Home
last modified time | relevance | path

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

/Zephyr-latest/lib/posix/options/
Dpthread.c26 #define POSIX_TO_ZEPHYR_PRIORITY(_prio, _pol) \ macro
31 POSIX_TO_ZEPHYR_PRIORITY(K_LOWEST_APPLICATION_THREAD_PRIO, DEFAULT_PTHREAD_POLICY)
278 return POSIX_TO_ZEPHYR_PRIORITY(priority, policy); in posix_to_zephyr_priority()