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

/openbsd-current/lib/libc/thread/
H A Drthread_libc.c24 static pthread_mutex_t _thread_tag_mutex = PTHREAD_MUTEX_INITIALIZER; variable
39 result = pthread_mutex_lock(&_thread_tag_mutex);
50 result |= pthread_mutex_unlock(&_thread_tag_mutex);

Completed in 51 milliseconds