Searched defs:pthread_getschedparam (Results 1 – 6 of 6) sorted by relevance
| /third_party/musl/porting/liteos_a/user/src/thread/ |
| D | pthread_getschedparam.c | 4 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/ |
| D | pthread_getschedparam.c | 5 _LIBC_TEXT_SECTION int pthread_getschedparam(pthread_t t, int *restrict policy, struct sched_param … in pthread_getschedparam() function
|
| /third_party/musl/src/thread/ |
| D | pthread_getschedparam.c | 4 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/ |
| D | usr_lib_define.h | 58 #define pthread_getschedparam b_pthread_getschedparam macro
|
| D | usr_lib_ops.h | 60 int (*pthread_getschedparam)(pthread_t thread, int *policy, struct sched_param *param); member
|
| /third_party/musl/porting/liteos_m/user/hook/ |
| D | los_usr_libc.c | 141 int pthread_getschedparam(pthread_t thread, int *policy, struct sched_param *param) in pthread_getschedparam() function
|