Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_setschedparam.c4 int pthread_setschedparam(pthread_t t, int policy, const struct sched_param *param) in pthread_setschedparam() function
/third_party/musl/src/thread/
Dpthread_setschedparam.c4 int pthread_setschedparam(pthread_t t, int policy, const struct sched_param *param) in pthread_setschedparam() function
/third_party/mingw-w64/mingw-w64-libraries/winpthreads/src/
Dsched.c128 int pthread_setschedparam(pthread_t t, int pol, const struct sched_param *p) in pthread_setschedparam() function