Home
last modified time | relevance | path

Searched refs:custom_allocation_timer_handler (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/asio/test/
Ddeadline_timer.cpp248 struct custom_allocation_timer_handler struct
250 custom_allocation_timer_handler(int* count) : count_(count) {} in custom_allocation_timer_handler() function
339 timers[i].t.async_wait(custom_allocation_timer_handler(&allocation_count)); in deadline_timer_custom_allocation_test() argument
345 timers[i].t.async_wait(custom_allocation_timer_handler(&allocation_count)); in deadline_timer_custom_allocation_test()
Dsystem_timer.cpp268 struct custom_allocation_timer_handler struct
270 custom_allocation_timer_handler(int* count) : count_(count) {} in custom_allocation_timer_handler() function
359 timers[i].t.async_wait(custom_allocation_timer_handler(&allocation_count)); in system_timer_custom_allocation_test() argument
365 timers[i].t.async_wait(custom_allocation_timer_handler(&allocation_count)); in system_timer_custom_allocation_test()