Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/lib/posix/
Dpthread.c65 static int32_t posix_to_zephyr_priority(uint32_t priority, int policy) in posix_to_zephyr_priority() function
166 prio = posix_to_zephyr_priority(attr->priority, attr->schedpolicy); in pthread_create()
286 new_prio = posix_to_zephyr_priority(param->sched_priority, policy); in pthread_setschedparam()