Lines Matching defs:count
54 void increment(int* count) in increment()
59 void increment_without_lock(io_context::strand* s, int* count) in increment_without_lock()
72 void increment_with_lock(io_context::strand* s, int* count) in increment_with_lock()
85 void sleep_increment(io_context* ioc, int* count) in sleep_increment()
93 void increment_by_a(int* count, int a) in increment_by_a()
98 void increment_by_a_b(int* count, int a, int b) in increment_by_a_b()
103 void increment_by_a_b_c(int* count, int a, int b, int c) in increment_by_a_b_c()
108 void increment_by_a_b_c_d(int* count, int a, int b, int c, int d) in increment_by_a_b_c_d()
113 void start_sleep_increments(io_context* ioc, io_context::strand* s, int* count) in start_sleep_increments()
139 int count = 0; in strand_test() local
245 int count = 0; in strand_wrap_test() local