Searched refs:wlock (Results 1 – 2 of 2) sorted by relevance
29 pthread_mutex_init(&wlock, NULL); in WorkQueue()42 pthread_mutex_destroy(&wlock); in ~WorkQueue()53 pthread_mutex_lock(&wlock); in StartWork()55 pthread_mutex_unlock(&wlock); in StartWork()62 pthread_mutex_lock(&wlock); in StopWork()65 pthread_mutex_unlock(&wlock); in StopWork()78 pthread_mutex_lock(&wlock); in StopWork()81 pthread_mutex_unlock(&wlock); in StopWork()110 pthread_mutex_lock(&wlock); in Run()112 pthread_mutex_unlock(&wlock); in Run()[all …]
101 pthread_mutex_t wlock; variable