Searched refs:increment_if_not_cancelled (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/libs/asio/test/ |
D | deadline_timer.cpp | 53 void increment_if_not_cancelled(int* count, in increment_if_not_cancelled() function 164 t5.async_wait(boost::bind(increment_if_not_cancelled, &count, in deadline_timer_test() 185 t5.async_wait(boost::bind(increment_if_not_cancelled, &count, in deadline_timer_test() 205 t7.async_wait(boost::bind(increment_if_not_cancelled, &count, in deadline_timer_test() 207 t7.async_wait(boost::bind(increment_if_not_cancelled, &count, in deadline_timer_test()
|
D | system_timer.cpp | 65 void increment_if_not_cancelled(int* count, in increment_if_not_cancelled() function 178 t5.async_wait(bindns::bind(increment_if_not_cancelled, &count, _1)); in system_timer_test() 198 t5.async_wait(bindns::bind(increment_if_not_cancelled, &count, _1)); in system_timer_test() 217 t7.async_wait(bindns::bind(increment_if_not_cancelled, &count, _1)); in system_timer_test() 218 t7.async_wait(bindns::bind(increment_if_not_cancelled, &count, _1)); in system_timer_test()
|