HomeSort by relevance Sort by last modified time
    Searched refs:pthread_mutex_timedlock (Results 1 - 25 of 41) sorted by null

1 2

  /external/valgrind/main/drd/tests/
trylock.stderr.exp 18 Locking mutex via pthread_mutex_timedlock().
trylock.c 70 fprintf(stderr, "Locking mutex via pthread_mutex_timedlock().\n");
72 r = pthread_mutex_timedlock(&mutex, &abs_timeout); assert(r == 0);
  /hardware/ti/omap4xxx/domx/mm_osal/src/
timm_osal_mutex.c 196 if (SUCCESS != pthread_mutex_timedlock(plMutex, &abs_timeout))
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
gthr-default.h 105 __gthrw3(pthread_mutex_timedlock)
136 __gthrw(pthread_mutex_timedlock)
789 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
gthr-posix.h 105 __gthrw3(pthread_mutex_timedlock)
136 __gthrw(pthread_mutex_timedlock)
789 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-default.h 118 __gthrw3(pthread_mutex_timedlock)
149 __gthrw(pthread_mutex_timedlock)
802 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
gthr-posix.h 118 __gthrw3(pthread_mutex_timedlock)
149 __gthrw(pthread_mutex_timedlock)
802 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-default.h 118 __gthrw3(pthread_mutex_timedlock)
149 __gthrw(pthread_mutex_timedlock)
802 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
gthr-posix.h 118 __gthrw3(pthread_mutex_timedlock)
149 __gthrw(pthread_mutex_timedlock)
802 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-default.h 118 __gthrw3(pthread_mutex_timedlock)
149 __gthrw(pthread_mutex_timedlock)
802 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
gthr-posix.h 118 __gthrw3(pthread_mutex_timedlock)
149 __gthrw(pthread_mutex_timedlock)
802 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-default.h 118 __gthrw3(pthread_mutex_timedlock)
149 __gthrw(pthread_mutex_timedlock)
802 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
gthr-posix.h 118 __gthrw3(pthread_mutex_timedlock)
149 __gthrw(pthread_mutex_timedlock)
802 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
gthr-default.h 118 __gthrw3(pthread_mutex_timedlock)
149 __gthrw(pthread_mutex_timedlock)
802 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
gthr-posix.h 118 __gthrw3(pthread_mutex_timedlock)
149 __gthrw(pthread_mutex_timedlock)
802 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
  /external/qemu/
qemu-thread.c 78 err = pthread_mutex_timedlock(&mutex->lock, &ts);
  /bionic/libc/include/
pthread.h 166 int pthread_mutex_timedlock(pthread_mutex_t *mutex, struct timespec* ts);
  /development/ndk/platforms/android-3/include/
pthread.h 166 int pthread_mutex_timedlock(pthread_mutex_t *mutex, struct timespec* ts);
  /development/ndk/platforms/android-5/include/
pthread.h 166 int pthread_mutex_timedlock(pthread_mutex_t *mutex, struct timespec* ts);
  /development/ndk/platforms/android-8/include/
pthread.h 166 int pthread_mutex_timedlock(pthread_mutex_t *mutex, struct timespec* ts);
  /development/ndk/platforms/android-9/include/
pthread.h 167 int pthread_mutex_timedlock(pthread_mutex_t *mutex, struct timespec* ts);
  /external/valgrind/main/helgrind/tests/
tc20_verifywrap.c 118 /* make pthread_mutex_timedlock fail */
121 r= pthread_mutex_timedlock( &mx3, &abstime ); assert(r);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
pthread.h 166 int pthread_mutex_timedlock(pthread_mutex_t *mutex, struct timespec* ts);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
pthread.h 166 int pthread_mutex_timedlock(pthread_mutex_t *mutex, struct timespec* ts);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
pthread.h 166 int pthread_mutex_timedlock(pthread_mutex_t *mutex, struct timespec* ts);

Completed in 1434 milliseconds

1 2