Home
last modified time | relevance | path

Searched refs:thread_count (Results 1 – 2 of 2) sorted by relevance

/bionic/tests/
Dstack_protector_test.cpp72 size_t thread_count = 10; in TEST() local
73 for (size_t i = 0; i < thread_count; ++i) { in TEST()
80 ASSERT_EQ(thread_count, checker.tids.size()); in TEST()
/bionic/libc/bionic/
Dpthread_cond.cpp156 static int __pthread_cond_pulse(pthread_cond_internal_t* cond, int thread_count) { in __pthread_cond_pulse() argument
169 __futex_wake_ex(&cond->state, cond->process_shared(), thread_count); in __pthread_cond_pulse()