Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/thread/pthread/
A DSDL_systhread.c280 if (pthread_setschedparam(thread, policy, &sched) != 0) { in SDL_SYS_SetThreadPriority()
/AliOS-Things-master/components/posix/include/
A Dpthread.h114 int pthread_setschedparam(pthread_t thread, int policy, const struct sched_param *pParam);
/AliOS-Things-master/components/posix/src/
A Dpthread.c386 int pthread_setschedparam(pthread_t thread, int policy, const struct sched_param *param) in pthread_setschedparam() function

Completed in 8 milliseconds