Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_mutex.c75 static int mutex_self_lock(pthread_mutex_t,
656 return (mutex_self_lock(m, abstime)); in mutex_lock_sleep()
884 mutex_self_lock(struct pthread_mutex *m, const struct timespec *abstime) in mutex_self_lock() function