Home
last modified time | relevance | path

Searched defs:mutexp (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/lib/libc/thread/
Drthread_mutex.c49 pthread_mutex_init(pthread_mutex_t *mutexp, const pthread_mutexattr_t *attr) in pthread_mutex_init()
72 pthread_mutex_destroy(pthread_mutex_t *mutexp) in pthread_mutex_destroy()
136 _rthread_mutex_timedlock(pthread_mutex_t *mutexp, int trywait, in _rthread_mutex_timedlock()
208 pthread_mutex_trylock(pthread_mutex_t *mutexp) in pthread_mutex_trylock()
214 pthread_mutex_timedlock(pthread_mutex_t *mutexp, const struct timespec *abs) in pthread_mutex_timedlock()
220 pthread_mutex_lock(pthread_mutex_t *mutexp) in pthread_mutex_lock()
227 pthread_mutex_unlock(pthread_mutex_t *mutexp) in pthread_mutex_unlock()
Drthread_sync.c39 pthread_mutex_init(pthread_mutex_t *mutexp, const pthread_mutexattr_t *attr) in pthread_mutex_init()
63 pthread_mutex_destroy(pthread_mutex_t *mutexp) in pthread_mutex_destroy()
85 _rthread_mutex_lock(pthread_mutex_t *mutexp, int trywait, in _rthread_mutex_lock()
188 pthread_mutex_unlock(pthread_mutex_t *mutexp) in pthread_mutex_unlock()
285 pthread_cond_timedwait(pthread_cond_t *condp, pthread_mutex_t *mutexp, in pthread_cond_timedwait()
442 pthread_cond_wait(pthread_cond_t *condp, pthread_mutex_t *mutexp) in pthread_cond_wait()
Drthread_cond.c71 _rthread_cond_timedwait(pthread_cond_t cond, pthread_mutex_t *mutexp, in _rthread_cond_timedwait()
133 pthread_cond_timedwait(pthread_cond_t *condp, pthread_mutex_t *mutexp, in pthread_cond_timedwait()
152 pthread_cond_wait(pthread_cond_t *condp, pthread_mutex_t *mutexp) in pthread_cond_wait()
/openbsd/src/lib/librthread/
Drthread_mutex_prio.c25 pthread_mutex_getprioceiling(pthread_mutex_t *mutexp, int *prioceiling) in pthread_mutex_getprioceiling()
37 pthread_mutex_setprioceiling(pthread_mutex_t *mutexp, int prioceiling, in pthread_mutex_setprioceiling()