Searched defs:thread_started_mutex (Results 1 - 1 of 1) sorted by relevance

/external/lldb/test/functionalities/expr-doesnt-deadlock/
H A Dlocking.c11 pthread_mutex_t thread_started_mutex = PTHREAD_MUTEX_INITIALIZER; variable
29 pthread_mutex_lock (&thread_started_mutex);
30 pthread_mutex_unlock(&thread_started_mutex);
61 pthread_mutex_lock (&thread_started_mutex);
65 pthread_cond_wait (&thread_started_condition, &thread_started_mutex);

Completed in 68 milliseconds