Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/libgcc/
H A Dgthr-posix.h127 __gthrw3(pthread_mutex_timedlock)
157 __gthrw(pthread_mutex_timedlock)
789 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout); in __gthread_mutex_timedlock()
/dflybsd-src/contrib/gcc-8.0/libgcc/
H A Dgthr-posix.h118 __gthrw(pthread_mutex_timedlock)
792 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout); in __gthread_mutex_timedlock()
/dflybsd-src/lib/libpthread/
H A DMakefile46 pthread_mutex_timedlock.3 \
/dflybsd-src/include/
H A Dpthread.h216 int pthread_mutex_timedlock(pthread_mutex_t * __restrict,
/dflybsd-src/lib/libc/include/
H A Dnamespace.h156 #define pthread_mutex_timedlock _pthread_mutex_timedlock macro
H A Dun-namespace.h137 #undef pthread_mutex_timedlock
/dflybsd-src/lib/libthread_xu/
H A Dpthread.map273 pthread_mutex_timedlock;
/dflybsd-src/lib/libc/gen/
H A D_pthread_stubs.c128 WR(stub_zero, pthread_mutex_timedlock);
H A DSymbol.map92 pthread_mutex_timedlock;
/dflybsd-src/lib/libthread_xu/thread/
H A Dthr_mutex.c773 __strong_reference(__pthread_mutex_timedlock, pthread_mutex_timedlock);