HomeSort by relevance Sort by last modified time
    Searched refs:PTHREAD_PRIO_INHERIT (Results 1 - 18 of 18) sorted by null

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/
2-2-buildonly.c 37 TEST_MACRO(PTHREAD_PRIO_INHERIT)
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_setprotocol/
3-1.c 38 while (protocol == PTHREAD_PRIO_NONE || protocol == PTHREAD_PRIO_INHERIT
1-1.c 37 protcls[1] = PTHREAD_PRIO_INHERIT;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_getprotocol/
1-2.c 33 protcls[1] = PTHREAD_PRIO_INHERIT;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_getprioceiling/
3-3.c 51 PTHREAD_PRIO_INHERIT);
  /external/ltp/testcases/realtime/func/pi-tests/
testpi-5.c 78 PTHREAD_PRIO_INHERIT) != 0)
  /external/libchrome/base/synchronization/
lock_impl_posix.cc 63 rv = pthread_mutexattr_setprotocol(&mta, PTHREAD_PRIO_INHERIT);
  /external/ltp/testcases/open_posix_testsuite/functional/threads/include/
pitest.h 14 #define PROTOCOL PTHREAD_PRIO_INHERIT
  /bionic/benchmarks/
pthread_benchmark.cpp 107 pthread_mutexattr_setprotocol(&attr, PTHREAD_PRIO_INHERIT);
  /bionic/libc/bionic/
pthread_mutex.cpp 123 if (protocol != PTHREAD_PRIO_NONE && protocol != PTHREAD_PRIO_INHERIT) {
530 if (((*attr & MUTEXATTR_PROTOCOL_MASK) >> MUTEXATTR_PROTOCOL_SHIFT) == PTHREAD_PRIO_INHERIT) {
    [all...]
  /external/ltp/testcases/realtime/
00_Descriptions.txt 125 - Uses priority inheritance protocol (PTHREAD_PRIO_INHERIT) and uses
  /bionic/libc/include/
pthread.h 87 #define PTHREAD_PRIO_INHERIT 1
  /bionic/tests/headers/posix/
pthread_h.c 60 MACRO(PTHREAD_PRIO_INHERIT);
  /external/ltp/testcases/realtime/stress/pi-tests/
testpi-3.c 377 (&mutexattr, PTHREAD_PRIO_INHERIT) != 0) {
  /bionic/tests/
pthread_test.cpp     [all...]
  /external/ltp/testcases/realtime/lib/
librttest.c 601 PTHREAD_PRIO_INHERIT)) != 0) {
  /external/ImageMagick/
configure     [all...]
  /external/pcre/dist2/
configure     [all...]

Completed in 306 milliseconds