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

1 2 3 4 5 6 7

  /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);
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_rwlock_timedrdlock.c 78 pthread_mutex_timedlock (&(rwl->mtxExclusiveAccess), abstime)) != 0)
86 pthread_mutex_timedlock (&(rwl->mtxSharedAccessCompleted),
pthread_rwlock_timedwrlock.c 78 pthread_mutex_timedlock (&(rwl->mtxExclusiveAccess), abstime)) != 0)
84 pthread_mutex_timedlock (&(rwl->mtxSharedAccessCompleted),
mutex.c 59 #include "pthread_mutex_timedlock.c"
pthread_mutex_timedlock.c 2 * pthread_mutex_timedlock.c
109 pthread_mutex_timedlock (pthread_mutex_t * mutex, function
  /external/llvm/test/Linker/
2011-08-22-ResolveAlias.ll 22 @_ZL31__gthrw_pthread_mutex_timedlockP15pthread_mutex_tPK8timespec = alias weak i32 (%union.pthread_mutex_t*, %struct.timespec*)* @pthread_mutex_timedlock
61 declare extern_weak i32 @pthread_mutex_timedlock(%union.pthread_mutex_t*, %struct.timespec*)
2011-08-22-ResolveAlias2.ll 25 @_ZL31__gthrw_pthread_mutex_timedlockP15pthread_mutex_tPK8timespec = alias weak i32 (%union.pthread_mutex_t*, %struct.timespec*)* @pthread_mutex_timedlock
66 declare extern_weak i32 @pthread_mutex_timedlock(%union.pthread_mutex_t*, %struct.timespec*)
  /external/chromium_org/native_client_sdk/src/libraries/pthread/
library.dsc 66 'pthread_mutex_timedlock.c',
  /external/qemu/
qemu-thread.c 78 err = pthread_mutex_timedlock(&mutex->lock, &ts);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpthread-2.7.so 
libpthread.so.0 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libpthread-2.7.so 
libpthread.so.0 
  /prebuilts/gcc/linux-x86/host/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);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
gthr-default.h 105 __gthrw3(pthread_mutex_timedlock)
136 __gthrw(pthread_mutex_timedlock)
763 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
gthr-posix.h 105 __gthrw3(pthread_mutex_timedlock)
136 __gthrw(pthread_mutex_timedlock)
763 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
gthr-default.h 105 __gthrw3(pthread_mutex_timedlock)
136 __gthrw(pthread_mutex_timedlock)
763 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
gthr-posix.h 105 __gthrw3(pthread_mutex_timedlock)
136 __gthrw(pthread_mutex_timedlock)
763 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
gthr-default.h 118 __gthrw3(pthread_mutex_timedlock)
149 __gthrw(pthread_mutex_timedlock)
776 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
gthr-posix.h 118 __gthrw3(pthread_mutex_timedlock)
149 __gthrw(pthread_mutex_timedlock)
776 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
gthr-default.h 118 __gthrw3(pthread_mutex_timedlock)
149 __gthrw(pthread_mutex_timedlock)
776 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
gthr-posix.h 118 __gthrw3(pthread_mutex_timedlock)
149 __gthrw(pthread_mutex_timedlock)
776 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
gthr-default.h 118 __gthrw3(pthread_mutex_timedlock)
149 __gthrw(pthread_mutex_timedlock)
776 return __gthrw_(pthread_mutex_timedlock) (__mutex, __abs_timeout);

Completed in 525 milliseconds

1 2 3 4 5 6 7