HomeSort by relevance Sort by last modified time
    Searched refs:pthread_mutexattr_settype (Results 226 - 250 of 260) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
4-2.c 336 pthread_mutexattr_settype(&ma, scenarii[i].m_type);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/
2-2.c 390 ret = pthread_mutexattr_settype(&ma, scenarii[i].m_type);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
stress1.c 529 ret = pthread_mutexattr_settype(&ma, scenarii[i].m_type);
stress2.c 490 ret = pthread_mutexattr_settype(&ma, scenarii[i].m_type);
s-c.c 347 ret = pthread_mutexattr_settype(&ma, test_scenar[s].mutex_type);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
stress.c 490 ret = pthread_mutexattr_settype(&ma, scenarii[i].m_type);
stress1.c 514 ret = pthread_mutexattr_settype(&ma, scenarii[i].m_type);
stress2.c 490 ret = pthread_mutexattr_settype(&ma, scenarii[i].m_type);
  /external/mesa3d/src/glx/apple/
apple_glx_drawable.c 261 err = pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
  /external/v8/src/third_party/vtune/
ittnotify_config.h 264 error_code = pthread_mutexattr_settype(&mutex_attr, PTHREAD_MUTEX_RECURSIVE); \
266 __itt_report_error(__itt_error_system, "pthread_mutexattr_settype", error_code); \
  /packages/services/BuiltInPrintService/jni/ipphelper/
ippstatus_monitor.c 108 pthread_mutexattr_settype(&(monitor->mutexattr), PTHREAD_MUTEX_RECURSIVE_NP);
  /bionic/libc/bionic/
pthread_mutex.cpp 80 int pthread_mutexattr_settype(pthread_mutexattr_t *attr, int type) function
  /external/compiler-rt/test/tsan/
deadlock_detector_stress_test.cc 29 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
  /external/libvncserver/libvncclient/
tls_openssl.c 42 pthread_mutexattr_settype(&mutexAttr, PTHREAD_MUTEX_RECURSIVE);\
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
ittnotify_config.h 231 error_code = pthread_mutexattr_settype(&mutex_attr, \
234 __itt_report_error(__itt_error_system, "pthread_mutexattr_settype", \
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
1-2.c 443 ret = pthread_mutexattr_settype(&ma, scenarii[scenar].m_type);
2-3.c 372 ret = pthread_mutexattr_settype(&ma, scenarii[scenar].m_type);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/
2-1.c 462 ret = pthread_mutexattr_settype(&ma, scenarii[scenar].m_type);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
stress.c 592 ret = pthread_mutexattr_settype(pma[i], types[i - 1]);
  /bionic/tests/
pthread_test.cpp     [all...]
  /external/bison/lib/glthread/
lock.h 140 # pragma weak pthread_mutexattr_settype macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
pthread.h 809 extern int pthread_mutexattr_settype (pthread_mutexattr_t *__attr, int __kind)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
pthread.h 817 extern int pthread_mutexattr_settype (pthread_mutexattr_t *__attr, int __kind)
    [all...]
  /system/nfc/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 156 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE_NP);
    [all...]
  /system/nfc/src/gki/ulinux/
gki_ulinux.c 154 pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE_NP);
    [all...]

Completed in 552 milliseconds

1 2 3 4 5 6 7 8 91011