Searched refs:increment_without_lock (Results 1 – 2 of 2) sorted by relevance
59 void increment_without_lock(io_context::strand* s, int* count) in increment_without_lock() function141 post(ioc, bindns::bind(increment_without_lock, &s, &count)); in strand_test()
60 void increment_without_lock(strand<io_context::executor_type>* s, int* count) in increment_without_lock() function143 post(ioc, bindns::bind(increment_without_lock, &s, &count)); in strand_test()