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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_linux_test.cc 35 pthread_mutex_init(&tid_reported_mutex, NULL);
43 pthread_mutex_destroy(&tid_reported_mutex);
55 pthread_mutex_t tid_reported_mutex; member in struct:__sanitizer::TidReporterArgument
97 pthread_mutex_lock(&arg->tid_reported_mutex);
100 pthread_mutex_unlock(&arg->tid_reported_mutex);
111 pthread_mutex_lock(&thread_arg.tid_reported_mutex);
118 &thread_arg.tid_reported_mutex);
119 pthread_mutex_unlock(&thread_arg.tid_reported_mutex);
sanitizer_linux_test.cc 35 pthread_mutex_init(&tid_reported_mutex, NULL);
43 pthread_mutex_destroy(&tid_reported_mutex);
55 pthread_mutex_t tid_reported_mutex; member in struct:__sanitizer::TidReporterArgument
97 pthread_mutex_lock(&arg->tid_reported_mutex);
100 pthread_mutex_unlock(&arg->tid_reported_mutex);
111 pthread_mutex_lock(&thread_arg.tid_reported_mutex);
118 &thread_arg.tid_reported_mutex);
119 pthread_mutex_unlock(&thread_arg.tid_reported_mutex);

Completed in 20 milliseconds