Searched defs:custom_allocation_timer_handler (Results 1 – 2 of 2) sorted by relevance
248 struct custom_allocation_timer_handler struct250 custom_allocation_timer_handler(int* count) : count_(count) {} in custom_allocation_timer_handler() argument251 void operator()(const boost::system::error_code&) {} in operator ()()252 int* count_;255 struct allocator339 timers[i].t.async_wait(custom_allocation_timer_handler(&allocation_count)); in deadline_timer_custom_allocation_test() argument
268 struct custom_allocation_timer_handler struct270 custom_allocation_timer_handler(int* count) : count_(count) {} in custom_allocation_timer_handler() argument271 void operator()(const boost::system::error_code&) {} in operator ()()272 int* count_;275 struct allocator359 timers[i].t.async_wait(custom_allocation_timer_handler(&allocation_count)); in system_timer_custom_allocation_test() argument