Home | History | Annotate | Download | only in tests

Lines Matching refs:PTHREAD_PRIO_NONE

1808   ASSERT_EQ(PTHREAD_PRIO_NONE, protocol);
1810 for (int set_protocol : {PTHREAD_PRIO_NONE, PTHREAD_PRIO_INHERIT}) {
1821 explicit PthreadMutex(int mutex_type, int protocol = PTHREAD_PRIO_NONE) {
1879 if (protocol == PTHREAD_PRIO_NONE) {
1905 TestPthreadMutexLockNormal(PTHREAD_PRIO_NONE);
1909 TestPthreadMutexLockErrorCheck(PTHREAD_PRIO_NONE);
1913 TestPthreadMutexLockRecursive(PTHREAD_PRIO_NONE);