Home
last modified time | relevance | path

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

/Zephyr-latest/lib/posix/options/
Dpthread.c23 #define ZEPHYR_TO_POSIX_PRIORITY(_zprio) \ argument
24 (((_zprio) < 0) ? (-1 * ((_zprio) + 1)) : (CONFIG_NUM_PREEMPT_PRIORITIES - (_zprio)-1))