Searched refs:sync_mutex (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/regress/lib/libpthread/sigdeliver/
H A Dsigdeliver.c14 static pthread_mutex_t sync_mutex; variable
37 CHECKr(pthread_mutex_lock(&sync_mutex));
39 CHECKr(pthread_mutex_unlock(&sync_mutex));
49 CHECKr(pthread_mutex_init(&sync_mutex, NULL));
50 CHECKr(pthread_mutex_lock(&sync_mutex));
63 CHECKr(pthread_mutex_unlock(&sync_mutex));

Completed in 221 milliseconds