Home
last modified time | relevance | path

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

/external/lldb/test/functionalities/expr-doesnt-deadlock/
Dlocking.c12 pthread_cond_t thread_started_condition; variable
38 pthread_cond_signal (&thread_started_condition); in lock_acquirer_1()
59 pthread_cond_init (&thread_started_condition, NULL); in main()
65 pthread_cond_wait (&thread_started_condition, &thread_started_mutex); in main()