Home
last modified time | relevance | path

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

/AliOS-Things-master/components/posix/include/
A Dsched.h18 #define SCHED_OTHER 0 macro
/AliOS-Things-master/components/SDL2/src/thread/pthread/
A DSDL_systhread.c222 pri_policy = SCHED_OTHER; in SDL_SYS_SetThreadPriority()
237 policy = SCHED_OTHER; in SDL_SYS_SetThreadPriority()
/AliOS-Things-master/components/posix/src/
A Dpthread_attr.c68 if ((attr == NULL) || ((policy < SCHED_OTHER) || (policy > SCHED_RR))) { in pthread_attr_setschedpolicy()

Completed in 4 milliseconds