Searched refs:decrement_to_zero (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/asio/test/ |
D | io_context.cpp | 59 void decrement_to_zero(io_context* ioc, int* count) in decrement_to_zero() function 66 boost::asio::post(*ioc, bindns::bind(decrement_to_zero, ioc, count)); in decrement_to_zero() 178 boost::asio::post(ioc, bindns::bind(decrement_to_zero, &ioc, &count)); in io_context_test() 239 bindns::bind(decrement_to_zero, &ioc2, &count))); in io_context_test()
|
D | deadline_timer.cpp | 37 void decrement_to_zero(boost::asio::deadline_timer* t, int* count) in decrement_to_zero() function 46 t->async_wait(boost::bind(decrement_to_zero, t, count)); in decrement_to_zero() 145 t4.async_wait(boost::bind(decrement_to_zero, &t4, &count)); in deadline_timer_test()
|
D | system_timer.cpp | 49 void decrement_to_zero(boost::asio::system_timer* t, int* count) in decrement_to_zero() function 58 t->async_wait(bindns::bind(decrement_to_zero, t, count)); in decrement_to_zero() 159 t4.async_wait(bindns::bind(decrement_to_zero, &t4, &count)); in system_timer_test()
|
D | thread_pool.cpp | 42 void decrement_to_zero(thread_pool* pool, int* count) in decrement_to_zero() function 49 boost::asio::post(*pool, bindns::bind(decrement_to_zero, pool, count)); in decrement_to_zero() 78 boost::asio::post(pool, bindns::bind(decrement_to_zero, &pool, &count2)); in thread_pool_test()
|