Home
last modified time | relevance | path

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

/openbsd-src/regress/lib/libpthread/pthread_mutex/
H A Dpthread_mutex.c151 pthread_mutex_t mutex_debug; in test_mutex_debug() local
157 CHECKr(pthread_mutex_init(&mutex_debug, &mutex_debug_attr)); in test_mutex_debug()
159 test_nocontention_lock(&mutex_debug); in test_mutex_debug()
160 test_nocontention_trylock(&mutex_debug); in test_mutex_debug()
161 test_contention_lock(&mutex_debug); in test_mutex_debug()
162 test_debug_double_lock(&mutex_debug); in test_mutex_debug()
163 test_debug_double_unlock(&mutex_debug); in test_mutex_debug()
164 CHECKr(pthread_mutex_destroy(&mutex_debug)); in test_mutex_debug()