Home
last modified time | relevance | path

Searched refs:sched_param (Results 1 – 14 of 14) sorted by relevance

/AliOS-Things-master/components/posix/include/
A Dsched.h23 struct sched_param { struct
29 int sched_setscheduler(pid_t pid, int policy, const struct sched_param *param); argument
A Dpthread.h114 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 Dsched.c46 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 Dpthread_attr.c88 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 Dpthread.c346 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 Dsound_example_lb.c107 struct sched_param sched; in sound_example_loopback_init()
A Dsound_example_wav.c198 struct sched_param sched; in sound_wav_init()
/AliOS-Things-master/components/websocket/src/
A Drws_thread.c98 struct sched_param sched; in rws_thread_create()
/AliOS-Things-master/components/SDL2/src/core/linux/
A DSDL_threadprio.c100 struct sched_param schedParam = {}; in rtkit_initialize_thread()
/AliOS-Things-master/components/SDL2/src/thread/pthread/
A DSDL_systhread.c206 struct sched_param sched; in SDL_SYS_SetThreadPriority()
/AliOS-Things-master/components/a2sa/src/driver/platform/rtos/
A Dcap_task.c106 struct sched_param sched; in create_cap_task()
A Dpb_task.c119 struct sched_param sched; in create_pb_task()
/AliOS-Things-master/components/SDL2/src/audio/qsa/
A DSDL_qsa_audio.c88 struct sched_param param; in QSA_ThreadInit()
/AliOS-Things-master/components/drivers/core/base/core/
A Du_interrupt.c274 struct sched_param sched; in u_irq_thread_create()

Completed in 14 milliseconds