Searched refs:thread_count (Results 1 – 3 of 3) sorted by relevance
85 int* thread_count; in TEST() local90 ASSERT_EQ(pthread_join(thread, reinterpret_cast<void**>(&thread_count)), 0); in TEST()94 ASSERT_NE(thread_count, nullptr); in TEST()95 EXPECT_EQ(*thread_count, 1); in TEST()96 delete thread_count; in TEST()
33 size_t thread_count() const { return thread_count_; } in thread_count() function
528 int thread_count = ProgramOptions.threads; in ServiceCommand() local529 while (thread_count--) { in ServiceCommand()602 int thread_count = ProgramOptions.threads; in ClientCommand() local603 while (thread_count--) { in ClientCommand()