Home
last modified time | relevance | path

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

/dflybsd-src/usr.bin/dsynth/
H A Dbuild.c49 static pthread_mutex_t WorkerMutex; variable
117 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 …]