Home
last modified time | relevance | path

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

/NextBSD/lib/libthr/thread/
HDthr_mutex.c81 int __pthread_mutex_timedlock(pthread_mutex_t *mutex,
103 __weak_reference(__pthread_mutex_timedlock, pthread_mutex_timedlock);
104 __strong_reference(__pthread_mutex_timedlock, _pthread_mutex_timedlock);
447 __pthread_mutex_timedlock(pthread_mutex_t *mutex, const struct timespec *abstime) in __pthread_mutex_timedlock() function
/NextBSD/lib/libthr/
HDpthread.map138 __pthread_mutex_timedlock;