Home
last modified time | relevance | path

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

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