HomeSort by: relevance | last modified time | path
    Searched defs:tid_reported_cond (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_linux_test.cc 37 pthread_cond_init(&tid_reported_cond, NULL);
45 pthread_cond_destroy(&tid_reported_cond);
54 pthread_cond_t tid_reported_cond; member in struct:__sanitizer::TidReporterArgument
99 pthread_cond_broadcast(&arg->tid_reported_cond);
117 pthread_cond_wait(&thread_arg.tid_reported_cond,

Completed in 11 milliseconds