Searched refs:PTHREAD_PRIO_NONE (Results 1 – 4 of 4) sorted by relevance
69 zassert_ok(pthread_mutexattr_setprotocol(&mut_attr, PTHREAD_PRIO_NONE)); in test_mutex_common()77 zassert_equal(protocol, PTHREAD_PRIO_NONE, "mutex protocol is not prio_none"); in test_mutex_common()
322 *protocol = PTHREAD_PRIO_NONE; in pthread_mutexattr_getprotocol()338 case PTHREAD_PRIO_NONE: in pthread_mutexattr_setprotocol()
51 zassert_not_equal(-1, PTHREAD_PRIO_NONE); in ZTEST()
185 #define PTHREAD_PRIO_NONE 0 macro