/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
H A D | pthread.d | 1273 int pthread_mutex_timedlock(pthread_mutex_t*, const scope timespec*); 1279 int pthread_mutex_timedlock(pthread_mutex_t*, const scope timespec*); 1285 int pthread_mutex_timedlock(pthread_mutex_t*, const scope timespec*); 1291 int pthread_mutex_timedlock(pthread_mutex_t*, const scope timespec*); 1297 int pthread_mutex_timedlock(pthread_mutex_t*, const scope timespec*); 1303 int pthread_mutex_timedlock(pthread_mutex_t*, const scope timespec*); 1309 int pthread_mutex_timedlock(pthread_mutex_t*, const scope timespec*); 1320 int pthread_mutex_timedlock(pthread_mutex_t*, const scope timespec*); 1326 int pthread_mutex_timedlock(pthread_mutex_t*, const scope timespec*);
|
/netbsd-src/lib/libpthread/ |
H A D | mtx.c | 125 switch(pthread_mutex_timedlock(mtx, ts)) { in mtx_timedlock()
|
H A D | pthread.h | 101 int pthread_mutex_timedlock(pthread_mutex_t * __restrict,
|
H A D | Makefile | 213 MLINKS+= pthread_mutex.3 pthread_mutex_timedlock.3
|
H A D | pthread_mutex.c | 222 pthread_mutex_timedlock(pthread_mutex_t* ptm, const struct timespec *ts) in pthread_mutex_timedlock() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
H A D | gthr-posix.h | 119 __gthrw(pthread_mutex_timedlock) 772 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout); in __gthread_mutex_timedlock()
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/ |
H A D | gthr-posix.h | 119 __gthrw(pthread_mutex_timedlock) 772 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout); in __gthread_mutex_timedlock()
|
/netbsd-src/external/bsd/unbound/dist/testcode/ |
H A D | checklocks.c | 123 err = pthread_mutex_timedlock(&lock->lock, &to); in acquire_locklock() 540 { return pthread_mutex_timedlock((pthread_mutex_t*)arg, to); } in timed_mutex()
|
/netbsd-src/tests/lib/libpthread/ |
H A D | t_mutex.c | 72 return pthread_mutex_timedlock(m, &ts_wait); in mutex_lock()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_interceptors.cc | 1222 TSAN_INTERCEPTOR(int, pthread_mutex_timedlock, void *m, void *abstime) { in TSAN_INTERCEPTOR() argument 1223 SCOPED_TSAN_INTERCEPTOR(pthread_mutex_timedlock, m, abstime); in TSAN_INTERCEPTOR() 1224 int res = REAL(pthread_mutex_timedlock)(m, abstime); in TSAN_INTERCEPTOR() 2652 TSAN_INTERCEPT(pthread_mutex_timedlock); in InitializeInterceptors()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_interceptors_posix.cpp | 1331 TSAN_INTERCEPTOR(int, pthread_mutex_timedlock, void *m, void *abstime) { in TSAN_INTERCEPTOR() argument 1332 SCOPED_TSAN_INTERCEPTOR(pthread_mutex_timedlock, m, abstime); in TSAN_INTERCEPTOR() 1333 int res = REAL(pthread_mutex_timedlock)(m, abstime); in TSAN_INTERCEPTOR() 2801 TSAN_INTERCEPT(pthread_mutex_timedlock); in InitializeInterceptors()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_interceptors.cc | 1264 TSAN_INTERCEPTOR(int, pthread_mutex_timedlock, void *m, void *abstime) { in TSAN_INTERCEPTOR() argument 1265 SCOPED_TSAN_INTERCEPTOR(pthread_mutex_timedlock, m, abstime); in TSAN_INTERCEPTOR() 1266 int res = REAL(pthread_mutex_timedlock)(m, abstime); in TSAN_INTERCEPTOR() 2700 TSAN_INTERCEPT(pthread_mutex_timedlock); in InitializeInterceptors()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2013 | 597 pthread_mutex_timedlock uses CLOCK_REALTIME not CLOCK_MONOTONIC.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2008 | 9452 * gthr-posix.c (pthread_mutex_timedlock, pthread_cond_timedwait):
|