Home
last modified time | relevance | path

Searched refs:PTHREAD_PRIO_NONE (Results 1 – 7 of 7) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_setprotocol/
D3-2.c30 ret = pthread_mutexattr_setprotocol(&mta, PTHREAD_PRIO_NONE); in main()
D3-1.c38 while (protocol == PTHREAD_PRIO_NONE || protocol == PTHREAD_PRIO_INHERIT in main()
D1-1.c36 protcls[0] = PTHREAD_PRIO_NONE; in main()
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/
D2-2-buildonly.c40 TEST_MACRO(PTHREAD_PRIO_NONE)
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_getprotocol/
D1-2.c32 protcls[0] = PTHREAD_PRIO_NONE; in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_getprioceiling/
D3-2.c49 error = pthread_mutexattr_setprotocol(&mutex_attr, PTHREAD_PRIO_NONE); in main()
/external/rust/crates/libc/src/vxworks/
Dmod.rs604 pub const PTHREAD_PRIO_NONE: ::c_int = 0; constant
947 mutexAttrProtocol: PTHREAD_PRIO_NONE,