Searched defs:pthread_setschedparam (Results 1 – 6 of 6) sorted by relevance
| /third_party/musl/porting/liteos_m/user/src/thread/ |
| D | pthread_setschedparam.c | 5 _LIBC_TEXT_SECTION int pthread_setschedparam(pthread_t t, int policy, const struct sched_param *par… in pthread_setschedparam() function
|
| /third_party/musl/porting/liteos_a/user/src/thread/ |
| D | pthread_setschedparam.c | 4 int pthread_setschedparam(pthread_t t, int policy, const struct sched_param *param) in pthread_setschedparam() function
|
| /third_party/musl/src/thread/ |
| D | pthread_setschedparam.c | 4 int pthread_setschedparam(pthread_t t, int policy, const struct sched_param *param) in pthread_setschedparam() function
|
| /third_party/musl/porting/liteos_m/user/include/ |
| D | usr_lib_define.h | 57 #define pthread_setschedparam b_pthread_setschedparam macro
|
| D | usr_lib_ops.h | 59 int (*pthread_setschedparam)(pthread_t thread, int policy, const struct sched_param *param); member
|
| /third_party/musl/porting/liteos_m/user/hook/ |
| D | los_usr_libc.c | 136 int pthread_setschedparam(pthread_t thread, int policy, const struct sched_param *param) in pthread_setschedparam() function
|