Searched refs:increment_with_lock (Results 1 – 2 of 2) sorted by relevance
72 void increment_with_lock(io_context::strand* s, int* count) in increment_with_lock() function153 post(s, bindns::bind(increment_with_lock, &s, &count)); in strand_test()
73 void increment_with_lock(strand<io_context::executor_type>* s, int* count) in increment_with_lock() function155 post(s, bindns::bind(increment_with_lock, &s, &count)); in strand_test()