Searched refs:thread_started_condition (Results 1 – 1 of 1) sorted by relevance
12 pthread_cond_t thread_started_condition; variable38 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()