HomeSort by: relevance | last modified time | path
    Searched refs:pthread_mutex_timedlock (Results 1 - 12 of 12) sorted by relevancy

  /src/lib/libpthread/
mtx.c 125 switch(pthread_mutex_timedlock(mtx, ts)) {
pthread.h 101 int pthread_mutex_timedlock(pthread_mutex_t * __restrict,
Makefile 231 MLINKS+= pthread_mutex.3 pthread_mutex_timedlock.3
pthread_mutex.c 222 pthread_mutex_timedlock(pthread_mutex_t* ptm, const struct timespec *ts) function
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
pthread.d 1266 int pthread_mutex_timedlock(pthread_mutex_t*, const scope timespec*);
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*)
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/
gthr-posix.h 119 __gthrw(pthread_mutex_timedlock)
772 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
  /src/external/gpl3/gcc/dist/libgcc/
gthr-posix.h 125 __gthrw(pthread_mutex_timedlock)
785 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
  /src/tests/lib/libpthread/
t_mutex.c 72 return pthread_mutex_timedlock(m, &ts_wait);
  /src/external/bsd/unbound/dist/testcode/
checklocks.c 139 err = pthread_mutex_timedlock(&lock->lock, &to);
457 * @param timedfunc: the pthread_mutex_timedlock or similar function.
570 { return pthread_mutex_timedlock((pthread_mutex_t*)arg, to); }
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc 1264 TSAN_INTERCEPTOR(int, pthread_mutex_timedlock, void *m, void *abstime) {
1265 SCOPED_TSAN_INTERCEPTOR(pthread_mutex_timedlock, m, abstime);
1266 int res = REAL(pthread_mutex_timedlock)(m, abstime);
2700 TSAN_INTERCEPT(pthread_mutex_timedlock);
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp 1331 TSAN_INTERCEPTOR(int, pthread_mutex_timedlock, void *m, void *abstime) {
1332 SCOPED_TSAN_INTERCEPTOR(pthread_mutex_timedlock, m, abstime);
1333 int res = REAL(pthread_mutex_timedlock)(m, abstime);
2801 TSAN_INTERCEPT(pthread_mutex_timedlock);
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp 1368 TSAN_INTERCEPTOR(int, pthread_mutex_timedlock, void *m, void *abstime) {
1369 SCOPED_TSAN_INTERCEPTOR(pthread_mutex_timedlock, m, abstime);
1370 int res = REAL(pthread_mutex_timedlock)(m, abstime);
2907 TSAN_INTERCEPT(pthread_mutex_timedlock);

Completed in 55 milliseconds