Home
last modified time | relevance | path

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

/bionic/libc/include/
Dpthread.h86 #define PTHREAD_PRIO_NONE 0 macro
/bionic/tests/headers/posix/
Dpthread_h.c61 MACRO(PTHREAD_PRIO_NONE); in pthread_h()
/bionic/tests/
Dpthread_test.cpp1808 ASSERT_EQ(PTHREAD_PRIO_NONE, protocol); in TEST()
1810 for (int set_protocol : {PTHREAD_PRIO_NONE, PTHREAD_PRIO_INHERIT}) { in TEST()
1821 explicit PthreadMutex(int mutex_type, int protocol = PTHREAD_PRIO_NONE) { in PthreadMutex()
1879 if (protocol == PTHREAD_PRIO_NONE) { in TestPthreadMutexLockErrorCheck()
1905 TestPthreadMutexLockNormal(PTHREAD_PRIO_NONE); in TEST()
1909 TestPthreadMutexLockErrorCheck(PTHREAD_PRIO_NONE); in TEST()
1913 TestPthreadMutexLockRecursive(PTHREAD_PRIO_NONE); in TEST()
/bionic/libc/bionic/
Dpthread_mutex.cpp123 if (protocol != PTHREAD_PRIO_NONE && protocol != PTHREAD_PRIO_INHERIT) { in pthread_mutexattr_setprotocol()