Home
last modified time | relevance | path

Searched refs:PTHREAD_PRIO_NONE (Results 1 - 24 of 24) sorted by relevance

/third_party/musl/porting/liteos_a_newlib/kernel/include/
H A Dpthread.h63 #define PTHREAD_PRIO_NONE LOS_MUX_PRIO_NONE macro
95 { OS_MUX_MAGIC, { PTHREAD_PRIO_NONE, OS_TASK_PRIORITY_LOWEST, PTHREAD_MUTEX_RECURSIVE_NP, 0 }, \
101 { OS_MUX_MAGIC, { PTHREAD_PRIO_NONE, OS_TASK_PRIORITY_LOWEST, 0, 0 }, \
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
H A Dthread_mutexattr_test.cpp91 EXPECT_EQ(PTHREAD_PRIO_NONE, destProtocol); in HWTEST_F()
93 EXPECT_EQ(0, pthread_mutexattr_setprotocol(&mutexAttr_, PTHREAD_PRIO_NONE)); in HWTEST_F()
95 EXPECT_EQ(destProtocol, PTHREAD_PRIO_NONE); in HWTEST_F()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dpthread.h74 #define PTHREAD_PRIO_NONE LOS_MUX_PRIO_NONE macro
119 { OS_MUX_MAGIC, { PTHREAD_PRIO_NONE, OS_TASK_PRIORITY_LOWEST, PTHREAD_MUTEX_RECURSIVE_NP, 0 }, \
125 { OS_MUX_MAGIC, { PTHREAD_PRIO_NONE, OS_TASK_PRIORITY_LOWEST, 0, 0 }, \
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_setprotocol/
H A D3-2.c30 ret = pthread_mutexattr_setprotocol(&mta, PTHREAD_PRIO_NONE); in main()
H A D3-1.c38 while (protocol == PTHREAD_PRIO_NONE || protocol == PTHREAD_PRIO_INHERIT in main()
H A D1-1.c36 protcls[0] = PTHREAD_PRIO_NONE; in main()
/third_party/musl/porting/liteos_a/user/src/thread/
H A Dpthread_mutexattr_setprotocol.c12 case PTHREAD_PRIO_NONE: in pthread_mutexattr_setprotocol()
/third_party/musl/src/thread/
H A Dpthread_mutexattr_setprotocol.c13 case PTHREAD_PRIO_NONE: in pthread_mutexattr_setprotocol()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/pthread_h/
H A D2-2-buildonly.c40 TEST_MACRO(PTHREAD_PRIO_NONE)
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_getprotocol/
H A D1-2.c32 protcls[0] = PTHREAD_PRIO_NONE; in main()
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dpthread_mutexattr_setprotocol.c30 ret = pthread_mutexattr_setprotocol(&attr, PTHREAD_PRIO_NONE); in pthread_mutexattr_setprotocol_0100()
H A Dpthread_attr_get.c203 ret = pthread_mutexattr_setprotocol(&attr, PTHREAD_PRIO_NONE); in pthread_mutexattr_getprotocol_0100()
208 EXPECT_EQ("pthread_mutexattr_getprotocol_0100", result, PTHREAD_PRIO_NONE); in pthread_mutexattr_getprotocol_0100()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_getprioceiling/
H A D3-2.c7 * 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 in main()
49 error = pthread_mutexattr_setprotocol(&mutex_attr, PTHREAD_PRIO_NONE); in main()
/third_party/pulseaudio/src/pulsecore/
H A Dmutex-posix.c74 pa_assert_se(pthread_mutexattr_setprotocol(&attr, PTHREAD_PRIO_NONE) == 0); in pa_mutex_new()
/third_party/musl/porting/uniproton/kernel/include/
H A Dpthread.h44 #define PTHREAD_PRIO_NONE 0 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dpthread.h44 #define PTHREAD_PRIO_NONE 0 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dpthread.h44 #define PTHREAD_PRIO_NONE 0 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dpthread.h44 #define PTHREAD_PRIO_NONE 0 macro
/third_party/musl/libc-test/src/api/
H A Dpthread.c39 C(PTHREAD_PRIO_NONE) in f()
/third_party/musl/porting/linux/user/include/
H A Dpthread.h70 #define PTHREAD_PRIO_NONE 0 macro
/third_party/musl/include/
H A Dpthread.h45 #define PTHREAD_PRIO_NONE 0 macro
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs604 pub const PTHREAD_PRIO_NONE: ::c_int = 0; consts
954 mutexAttrProtocol: PTHREAD_PRIO_NONE,
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1781 pub const PTHREAD_PRIO_NONE: ::c_int = 0; consts
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp17759 PTHREAD_PRIO_NONE,
[all...]

Completed in 47 milliseconds