Home | History | Annotate | Download | only in tests

Lines Matching refs:set_protocol

1810     for (int set_protocol : {PTHREAD_PRIO_NONE, PTHREAD_PRIO_INHERIT}) {
1811 ASSERT_EQ(0, pthread_mutexattr_setprotocol(&attr, set_protocol));
1813 ASSERT_EQ(protocol, set_protocol);