Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_linux_test.cc34 pthread_mutex_init(&tid_reported_mutex, NULL); in TidReporterArgument()
42 pthread_mutex_destroy(&tid_reported_mutex); in ~TidReporterArgument()
54 pthread_mutex_t tid_reported_mutex; member
96 pthread_mutex_lock(&arg->tid_reported_mutex); in TidReporterThread()
99 pthread_mutex_unlock(&arg->tid_reported_mutex); in TidReporterThread()
111 pthread_mutex_lock(&thread_arg.tid_reported_mutex); in SpawnTidReporter()
118 &thread_arg.tid_reported_mutex); in SpawnTidReporter()
119 pthread_mutex_unlock(&thread_arg.tid_reported_mutex); in SpawnTidReporter()