Searched refs:thread_count (Results 1 - 3 of 3) sorted by relevance

/bionic/tests/
H A Dstack_protector_test.cpp74 size_t thread_count = 9; local
75 for (size_t i = 1; i < thread_count; ++i) {
86 ASSERT_EQ(thread_count, checker.tids.size());
H A Dpthread_test.cpp1822 size_t thread_count; member in struct:BarrierTestHelperData
1829 BarrierTestHelperData(size_t thread_count, size_t iteration_count) argument
1830 : thread_count(thread_count), finished_mask(0), serial_thread_count(0),
1849 if (arg->data->finished_mask == ((1 << arg->data->thread_count) - 1)) {
1862 ASSERT_EQ(0, pthread_barrier_init(&data.barrier, nullptr, data.thread_count));
1863 std::vector<pthread_t> threads(data.thread_count);
/bionic/libc/bionic/
H A Dpthread_cond.cpp155 // then wake up thread_count threads.
156 static int __pthread_cond_pulse(pthread_cond_internal_t* cond, int thread_count) { argument
169 __futex_wake_ex(&cond->state, cond->process_shared(), thread_count);

Completed in 514 milliseconds