Searched refs:terminate_thread_cond (Results 1 – 1 of 1) sorted by relevance
35 pthread_cond_init(&terminate_thread_cond, NULL); in TidReporterArgument()43 pthread_cond_destroy(&terminate_thread_cond); in ~TidReporterArgument()49 pthread_cond_t terminate_thread_cond; member77 pthread_cond_broadcast(&thread_arg.terminate_thread_cond); in TearDown()103 pthread_cond_wait(&arg->terminate_thread_cond, in TidReporterThread()