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

/openbsd-current/lib/libc/thread/
H A Drthread_libc.c128 pthread_mutex_t *pmutex = (pthread_mutex_t *)mutex; local
130 if (pthread_mutex_lock(pmutex) != 0)
137 pthread_mutex_t *pmutex = (pthread_mutex_t *)mutex; local
139 if (pthread_mutex_unlock(pmutex) != 0)
146 pthread_mutex_t *pmutex = (pthread_mutex_t *)mutex; local
148 if (pthread_mutex_destroy(pmutex) != 0)

Completed in 165 milliseconds