Searched refs:_pol (Results 1 – 1 of 1) sorted by relevance
26 #define POSIX_TO_ZEPHYR_PRIORITY(_prio, _pol) \ argument27 (((_pol) == SCHED_FIFO) ? (-1 * ((_prio) + 1)) \