Home
last modified time | relevance | path

Searched defs:pthread_getschedparam (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_getschedparam.c4 int pthread_getschedparam(pthread_t t, int *restrict policy, struct sched_param *restrict param) in pthread_getschedparam() function
/third_party/musl/porting/liteos_m/user/src/thread/
Dpthread_getschedparam.c5 _LIBC_TEXT_SECTION int pthread_getschedparam(pthread_t t, int *restrict policy, struct sched_param … in pthread_getschedparam() function
/third_party/musl/src/thread/
Dpthread_getschedparam.c4 int pthread_getschedparam(pthread_t t, int *restrict policy, struct sched_param *restrict param) in pthread_getschedparam() function
/third_party/musl/porting/liteos_m/user/include/
Dusr_lib_define.h58 #define pthread_getschedparam b_pthread_getschedparam macro
Dusr_lib_ops.h60 int (*pthread_getschedparam)(pthread_t thread, int *policy, struct sched_param *param); member
/third_party/musl/porting/liteos_m/user/hook/
Dlos_usr_libc.c141 int pthread_getschedparam(pthread_t thread, int *policy, struct sched_param *param) in pthread_getschedparam() function