Home
last modified time | relevance | path

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

/openbsd/lib/libc/thread/
H A Drthread_sync.c41 struct pthread_mutex *mutex; in pthread_mutex_init()
65 struct pthread_mutex *mutex; in pthread_mutex_destroy()
68 mutex = (struct pthread_mutex *)*mutexp; in pthread_mutex_destroy()
88 struct pthread_mutex *mutex; in _rthread_mutex_lock()
106 mutex = (struct pthread_mutex *)*mutexp; in _rthread_mutex_lock()
191 struct pthread_mutex *mutex = (struct pthread_mutex *)*mutexp; in pthread_mutex_unlock()
289 struct pthread_mutex *mutex = (struct pthread_mutex *)*mutexp; in pthread_cond_timedwait()
445 struct pthread_mutex *mutex = (struct pthread_mutex *)*mutexp; in pthread_cond_wait()
583 struct pthread_mutex *mutex; in pthread_cond_signal()
631 struct pthread_mutex *mutex; in pthread_cond_broadcast()
H A Drthread_cond.c74 struct pthread_mutex *mutex = (struct pthread_mutex *)*mutexp; in _rthread_cond_timedwait()
H A Drthread_libc.c172 static struct pthread_mutex malloc_lock[_MALLOC_MUTEXES] = {
/openbsd/lib/libc/include/
H A Dthread_private.h294 struct pthread_mutex { struct
305 struct pthread_mutex *mutex; argument
314 struct pthread_mutex { struct
326 struct pthread_mutex *mutex; argument
/openbsd/regress/lib/libpthread/pthread_mutex/
H A DMakefile3 PROG= pthread_mutex
/openbsd/include/
H A Dpthread.h99 struct pthread_mutex;
114 typedef volatile struct pthread_mutex *pthread_mutex_t;
/openbsd/regress/lib/libpthread/
H A DMakefile20 pthread_join pthread_kill pthread_mutex \
/openbsd/distrib/special/libstubs/
H A DMakefile6 ethers.c pthread_mutex.c pthread_once.c \