Home
last modified time | relevance | path

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

/freebsd/tools/test/xregs_sig/
H A Dxregs_sig.c141 static pthread_mutex_t show_lock; variable
189 pthread_mutex_lock(&show_lock); in worker_thread()
192 pthread_mutex_unlock(&show_lock); in worker_thread()
199 pthread_mutex_lock(&show_lock); in worker_thread()
202 pthread_mutex_unlock(&show_lock); in worker_thread()
231 error = pthread_mutex_init(&show_lock, NULL); in main()