Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/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() argument
251 void operator()(const boost::system::error_code&) {} in operator ()()
252 int* count_;
255 struct allocator
339 timers[i].t.async_wait(custom_allocation_timer_handler(&allocation_count)); in deadline_timer_custom_allocation_test() argument
Dsystem_timer.cpp268 struct custom_allocation_timer_handler struct
270 custom_allocation_timer_handler(int* count) : count_(count) {} in custom_allocation_timer_handler() argument
271 void operator()(const boost::system::error_code&) {} in operator ()()
272 int* count_;
275 struct allocator
359 timers[i].t.async_wait(custom_allocation_timer_handler(&allocation_count)); in system_timer_custom_allocation_test() argument