Home
last modified time | relevance | path

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

/bionic/tests/headers/posix/
Dpthread_h.c61 MACRO(PTHREAD_PRIO_NONE); in pthread_h()
/bionic/libc/include/
Dpthread.h88 #define PTHREAD_PRIO_NONE 0 macro
/bionic/tests/
Dpthread_test.cpp2044 ASSERT_EQ(PTHREAD_PRIO_NONE, protocol); in TEST()
2046 for (int set_protocol : {PTHREAD_PRIO_NONE, PTHREAD_PRIO_INHERIT}) { in TEST()
2057 explicit PthreadMutex(int mutex_type, int protocol = PTHREAD_PRIO_NONE) { in PthreadMutex()
2115 if (protocol == PTHREAD_PRIO_NONE) { in TestPthreadMutexLockErrorCheck()
2141 TestPthreadMutexLockNormal(PTHREAD_PRIO_NONE); in TEST()
2145 TestPthreadMutexLockErrorCheck(PTHREAD_PRIO_NONE); in TEST()
2149 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()