Home
last modified time | relevance | path

Searched refs:pthread__unpark (Results 1 – 3 of 3) sorted by relevance

/netbsd/lib/libpthread/
H A Dpthread_int.h192 void pthread__unpark(pthread_queue_t *, pthread_t, pthread_mutex_t *)
H A Dpthread_rwlock.c534 pthread__unpark(&ptr->ptr_wblocked, self, in pthread_rwlock_unlock()
H A Dpthread.c1198 pthread__unpark(pthread_queue_t *queue, pthread_t self, in pthread__unpark() function