Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m/user/src/thread/
Dpthread_attr_setschedparam.c6 if (param->sched_priority < 0 || param->sched_priority > PTHREAD_PRIORITY_LOWEST) { in pthread_attr_setschedparam()
Dpthread_setschedparam.c13 if (param->sched_priority < 0 || param->sched_priority > PTHREAD_PRIORITY_LOWEST) { in pthread_setschedparam()
Dpthread_create.c87 if (attr->_a_prio < 0 || attr->_a_prio > PTHREAD_PRIORITY_LOWEST) { in __pthread_init_and_check_attr()
/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_attr_setschedparam.c6 (param->sched_priority < 0 || param->sched_priority > PTHREAD_PRIORITY_LOWEST)) { in pthread_attr_setschedparam()
/third_party/musl/porting/uniproton/kernel/src/internal/
Dpthread_impl.h134 #define PTHREAD_PRIORITY_LOWEST 31 macro
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dpthread_impl.h134 #define PTHREAD_PRIORITY_LOWEST 31 macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dpthread_impl.h138 #define PTHREAD_PRIORITY_LOWEST 31 macro
/third_party/musl/porting/liteos_m/user/src/internal/
Dpthread_impl.h195 #define PTHREAD_PRIORITY_LOWEST 31 macro
/third_party/musl/porting/liteos_a/user/src/internal/
Dpthread_impl.h211 #define PTHREAD_PRIORITY_LOWEST 31 macro