Searched refs:thread_count (Results 1 – 2 of 2) sorted by relevance
72 size_t thread_count = 10; in TEST() local73 for (size_t i = 0; i < thread_count; ++i) { in TEST()80 ASSERT_EQ(thread_count, checker.tids.size()); in TEST()
156 static int __pthread_cond_pulse(pthread_cond_internal_t* cond, int thread_count) { in __pthread_cond_pulse() argument169 __futex_wake_ex(&cond->state, cond->process_shared(), thread_count); in __pthread_cond_pulse()