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

/freebsd-13-stable/tools/regression/gaithrstress/
H A Dgaithrstress.c65 static pthread_mutex_t mymutex = PTHREAD_MUTEX_INITIALIZER; local
68 (void)pthread_mutex_lock(&mymutex);
70 (void)pthread_mutex_unlock(&mymutex);

Completed in 73 milliseconds