Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dpthread.d1273 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 Dmtx.c125 switch(pthread_mutex_timedlock(mtx, ts)) { in mtx_timedlock()
H A Dpthread.h101 int pthread_mutex_timedlock(pthread_mutex_t * __restrict,
H A DMakefile213 MLINKS+= pthread_mutex.3 pthread_mutex_timedlock.3
H A Dpthread_mutex.c222 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 Dgthr-posix.h119 __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 Dgthr-posix.h119 __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 Dchecklocks.c123 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 Dt_mutex.c72 return pthread_mutex_timedlock(m, &ts_wait); in mutex_lock()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_interceptors.cc1222 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 Dtsan_interceptors_posix.cpp1331 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 Dtsan_interceptors.cc1264 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 DChangeLog-2013597 pthread_mutex_timedlock uses CLOCK_REALTIME not CLOCK_MONOTONIC.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20089452 * gthr-posix.c (pthread_mutex_timedlock, pthread_cond_timedwait):