Home
last modified time | relevance | path

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

/components/libc/posix/pthreads/
A Dpthread_attr.c237 int pthread_attr_setschedparam(pthread_attr_t *attr, in pthread_attr_setschedparam() function
247 RTM_EXPORT(pthread_attr_setschedparam);
A Dpthread.c881 pthread_attr_setschedparam(&ptd->attr, param); in pthread_setschedparam()
923 pthread_attr_setschedparam(&ptd->attr, &param); in pthread_setschedprio()
A Dpthread.h147 int pthread_attr_setschedparam(pthread_attr_t *attr,struct sched_param const *param);
/components/libc/
A Dposix-info.txt64 + pthread_attr_setschedparam()

Completed in 8 milliseconds