Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/lib/posix/options/
Dpthread.c22 #define ZEPHYR_TO_POSIX_PRIORITY(_zprio) \ argument
23 (((_zprio) < 0) ? (-1 * ((_zprio) + 1)) : (CONFIG_NUM_PREEMPT_PRIORITIES - (_zprio)-1))