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

/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_linux_test.cc36 pthread_cond_init(&tid_reported_cond, NULL);
44 pthread_cond_destroy(&tid_reported_cond);
53 pthread_cond_t tid_reported_cond; member in struct:__sanitizer::TidReporterArgument
98 pthread_cond_broadcast(&arg->tid_reported_cond);
117 pthread_cond_wait(&thread_arg.tid_reported_cond,

Completed in 498 milliseconds