Searched refs:WorkerMutex (Results 1 – 1 of 1) sorted by relevance
49 static pthread_mutex_t WorkerMutex; variable117 pthread_mutex_init(&WorkerMutex, NULL); in DoInitBuild()245 pthread_mutex_lock(&WorkerMutex); in DoBuild()351 pthread_mutex_unlock(&WorkerMutex); in DoBuild()1300 pthread_cond_timedwait(&WorkerCond, &WorkerMutex, &ts); in waitbuild()1479 pthread_mutex_lock(&WorkerMutex); in childBuilderThread()1533 pthread_mutex_unlock(&WorkerMutex); in childBuilderThread()1550 pthread_mutex_lock(&WorkerMutex); in childBuilderThread()1565 pthread_mutex_unlock(&WorkerMutex); in childBuilderThread()1567 pthread_mutex_lock(&WorkerMutex); in childBuilderThread()[all …]