Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_mutex.c78 static int mutex_lock_sleep(struct pthread *, pthread_mutex_t,
648 mutex_lock_sleep(struct pthread *curthread, struct pthread_mutex *m, in mutex_lock_sleep() function
734 ret = mutex_lock_sleep(curthread, m, abstime); in mutex_lock_common()