Home
last modified time | relevance | path

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

/glibc-2.36/nptl/
Dtest-mutexattr-printers.c34 #define SET_PROTOCOL(attr, protocol) \ macro
134 if (SET_PROTOCOL (attr, PTHREAD_PRIO_INHERIT) == 0 /* Set protocol. */ in test_setprotocol()
136 && SET_PROTOCOL (attr, PTHREAD_PRIO_PROTECT) == 0 in test_setprotocol()
139 && SET_PROTOCOL (attr, PTHREAD_PRIO_NONE) == 0 in test_setprotocol()