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

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/
2-2-buildonly.c 40 TEST_MACRO(PTHREAD_PRIO_NONE)
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_setprotocol/
3-2.c 30 ret = pthread_mutexattr_setprotocol(&mta, PTHREAD_PRIO_NONE);
3-1.c 38 while (protocol == PTHREAD_PRIO_NONE || protocol == PTHREAD_PRIO_INHERIT
1-1.c 36 protcls[0] = PTHREAD_PRIO_NONE;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_getprotocol/
1-2.c 32 protcls[0] = PTHREAD_PRIO_NONE;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_getprioceiling/
3-2.c 7 * The protocol attribute of mutex is PTHREAD_PRIO_NONE.
9 * by explicitly specifying the protocol as PTHREAD_PRIO_NONE.
13 * 2. Explicitly set the protocol using PTHREAD_PRIO_NONE.
46 * The default protocol is PTHREAD_PRIO_NONE according to
49 error = pthread_mutexattr_setprotocol(&mutex_attr, PTHREAD_PRIO_NONE);
  /bionic/libc/include/
pthread.h 86 #define PTHREAD_PRIO_NONE 0
  /bionic/tests/headers/posix/
pthread_h.c 61 MACRO(PTHREAD_PRIO_NONE);
  /bionic/tests/
pthread_test.cpp     [all...]
  /bionic/libc/bionic/
pthread_mutex.cpp 123 if (protocol != PTHREAD_PRIO_NONE && protocol != PTHREAD_PRIO_INHERIT) {
    [all...]

Completed in 2264 milliseconds