Home
last modified time | relevance | path

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

/mirbsd/src/lib/libpthread/uthread/
Duthread_mutex.c73 static inline void mutex_queue_remove(pthread_mutex_t, pthread_t);
636 mutex_queue_remove(*mutex, curthread); in mutex_lock_common()
1177 mutex_queue_remove(pthread->data.mutex, pthread); in _mutex_notify_priochange()
1257 mutex_queue_remove(m, pthread); in mutex_priority_adjust()
1432 mutex_queue_remove(pthread_mutex_t mutex, pthread_t pthread) in mutex_queue_remove() function