Searched refs:sched_param (Results 1 – 14 of 14) sorted by relevance
/AliOS-Things-master/components/posix/include/ |
A D | sched.h | 23 struct sched_param { struct 29 int sched_setscheduler(pid_t pid, int policy, const struct sched_param *param); argument
|
A D | pthread.h | 114 int pthread_setschedparam(pthread_t thread, int policy, const struct sched_param *pParam); 132 int pthread_attr_setschedparam(pthread_attr_t *attr, const struct sched_param *param); 133 int pthread_attr_getschedparam(const pthread_attr_t *attr, struct sched_param *param);
|
/AliOS-Things-master/components/posix/src/ |
A D | sched.c | 46 int sched_setscheduler(pid_t pid, int policy, const struct sched_param *param) in sched_setscheduler() 116 int sched_setparam(pid_t pid, const struct sched_param *param) in sched_setparam() 162 int sched_getparam(pid_t pid, struct sched_param *param) in sched_getparam()
|
A D | pthread_attr.c | 88 int pthread_attr_setschedparam(pthread_attr_t *attr, const struct sched_param *param) in pthread_attr_setschedparam() 99 int pthread_attr_getschedparam(const pthread_attr_t *attr, struct sched_param *param) in pthread_attr_getschedparam()
|
A D | pthread.c | 346 int pthread_getschedparam(pthread_t thread, int *policy, struct sched_param *param) in pthread_getschedparam() 386 int pthread_setschedparam(pthread_t thread, int policy, const struct sched_param *param) in pthread_setschedparam()
|
/AliOS-Things-master/components/a2sa/example/ |
A D | sound_example_lb.c | 107 struct sched_param sched; in sound_example_loopback_init()
|
A D | sound_example_wav.c | 198 struct sched_param sched; in sound_wav_init()
|
/AliOS-Things-master/components/websocket/src/ |
A D | rws_thread.c | 98 struct sched_param sched; in rws_thread_create()
|
/AliOS-Things-master/components/SDL2/src/core/linux/ |
A D | SDL_threadprio.c | 100 struct sched_param schedParam = {}; in rtkit_initialize_thread()
|
/AliOS-Things-master/components/SDL2/src/thread/pthread/ |
A D | SDL_systhread.c | 206 struct sched_param sched; in SDL_SYS_SetThreadPriority()
|
/AliOS-Things-master/components/a2sa/src/driver/platform/rtos/ |
A D | cap_task.c | 106 struct sched_param sched; in create_cap_task()
|
A D | pb_task.c | 119 struct sched_param sched; in create_pb_task()
|
/AliOS-Things-master/components/SDL2/src/audio/qsa/ |
A D | SDL_qsa_audio.c | 88 struct sched_param param; in QSA_ThreadInit()
|
/AliOS-Things-master/components/drivers/core/base/core/ |
A D | u_interrupt.c | 274 struct sched_param sched; in u_irq_thread_create()
|
Completed in 14 milliseconds