/third_party/musl/porting/liteos_a/user/src/thread/ |
H A D | pthread_attr_setschedparam.c | 3 int pthread_attr_setschedparam(pthread_attr_t *restrict a, const struct sched_param *restrict param) in pthread_attr_setschedparam() argument
|
H A D | pthread_getschedparam.c | 4 int pthread_getschedparam(pthread_t t, int *restrict policy, struct sched_param *restrict param) in pthread_getschedparam() argument
|
H A D | pthread_setschedprio.c | 7 struct sched_param param = { in pthread_setschedprio() local
|
H A D | pthread_setschedparam.c | 4 int pthread_setschedparam(pthread_t t, int policy, const struct sched_param *param) in pthread_setschedparam() argument
|
/third_party/musl/porting/liteos_m/user/src/thread/ |
H A D | pthread_attr_setschedparam.c | 4 _LIBC_TEXT_SECTION int pthread_attr_setschedparam(pthread_attr_t *restrict a, const struct sched_param *restrict param) in pthread_attr_setschedparam() argument
|
H A D | pthread_setschedparam.c | 5 _LIBC_TEXT_SECTION int pthread_setschedparam(pthread_t t, int policy, const struct sched_param *param) in pthread_setschedparam() argument
|
H A D | pthread_getschedparam.c | 5 _LIBC_TEXT_SECTION int pthread_getschedparam(pthread_t t, int *restrict policy, struct sched_param *restrict param) in pthread_getschedparam() argument
|
/third_party/musl/src/thread/ |
H A D | pthread_attr_setschedparam.c | 3 int pthread_attr_setschedparam(pthread_attr_t *restrict a, const struct sched_param *restrict param) in pthread_attr_setschedparam() argument
|
H A D | pthread_setschedparam.c | 7 int pthread_setschedparam(pthread_t t, int policy, const struct sched_param *param) in pthread_setschedparam() argument
|
H A D | pthread_setschedprio.c | 8 struct sched_param param = { in pthread_setschedprio() local
|
H A D | pthread_getschedparam.c | 4 int pthread_getschedparam(pthread_t t, int *restrict policy, struct sched_param *restrict param) in pthread_getschedparam() argument
|
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_fourth_test/mock/src/ |
H A D | mock_ability_interceptor_executer.cpp | 21 ErrCode MockAbilityInterceptorExecuter::DoProcess(AbilityInterceptorParam param) in DoProcess() argument
|
/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/ |
H A D | block_all_app_start_interceptor.cpp | 22 ErrCode BlockAllAppStartInterceptor::DoProcess(AbilityInterceptorParam param) in DoProcess() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/ |
H A D | main.cpp | 34 struct sched_param param = {0}; in main() local
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/ |
H A D | hci_cmd_failure.c | 28 void HciOnCmdFailed(uint16_t opCode, uint8_t status, const void *param) in HciOnCmdFailed() argument
|
H A D | hci_cmd_status_params.c | 24 int HCI_ReadRssi(const HciReadRssiParam *param) in HCI_ReadRssi() argument
|
/third_party/musl/porting/linux/user/src/sched/ |
H A D | sched_setscheduler.c | 5 int sched_setscheduler(pid_t pid, int sched, const struct sched_param *param) in sched_setscheduler() argument
|
H A D | sched_getparam.c | 6 int sched_getparam(pid_t pid, struct sched_param *param)
in sched_getparam() argument
|
H A D | sched_setparam.c | 5 int sched_setparam(pid_t pid, const struct sched_param *param)
in sched_setparam() argument
|
/third_party/musl/porting/liteos_a/user/src/sched/ |
H A D | sched_setscheduler.c | 6 int sched_setscheduler(pid_t pid, int sched, const struct sched_param *param) in sched_setscheduler() argument
|
H A D | sched_getparam.c | 7 int sched_getparam(pid_t pid, struct sched_param *param) in sched_getparam() argument
|
H A D | sched_setparam.c | 6 int sched_setparam(pid_t pid, const struct sched_param *param) in sched_setparam() argument
|
/third_party/musl/src/sched/ |
H A D | sched_setscheduler.c | 8 int sched_setscheduler(pid_t pid, int sched, const struct sched_param *param) in sched_setscheduler() argument
|
H A D | sched_getparam.c | 9 int sched_getparam(pid_t pid, struct sched_param *param) in sched_getparam() argument
|
H A D | sched_setparam.c | 8 int sched_setparam(pid_t pid, const struct sched_param *param) in sched_setparam() argument
|