Searched refs:executing_wait (Results 1 – 2 of 2) sorted by relevance
33 pthread_cond_init(&executing_wait, NULL); in WorkQueue()45 pthread_cond_destroy(&executing_wait); in ~WorkQueue()101 pthread_cond_signal(&executing_wait); in ResumeWork()153 pthread_cond_wait(&executing_wait, &executing_lock); in Run()
109 pthread_cond_t executing_wait; variable