Home
last modified time | relevance | path

Searched defs:param (Results 1 - 25 of 4078) sorted by relevance

12345678910>>...164

/third_party/musl/porting/liteos_a/user/src/thread/
H A Dpthread_attr_setschedparam.c3 int pthread_attr_setschedparam(pthread_attr_t *restrict a, const struct sched_param *restrict param) in pthread_attr_setschedparam() argument
H A Dpthread_getschedparam.c4 int pthread_getschedparam(pthread_t t, int *restrict policy, struct sched_param *restrict param) in pthread_getschedparam() argument
H A Dpthread_setschedprio.c7 struct sched_param param = { in pthread_setschedprio() local
H A Dpthread_setschedparam.c4 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 Dpthread_attr_setschedparam.c4 _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 Dpthread_setschedparam.c5 _LIBC_TEXT_SECTION int pthread_setschedparam(pthread_t t, int policy, const struct sched_param *param) in pthread_setschedparam() argument
H A Dpthread_getschedparam.c5 _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 Dpthread_attr_setschedparam.c3 int pthread_attr_setschedparam(pthread_attr_t *restrict a, const struct sched_param *restrict param) in pthread_attr_setschedparam() argument
H A Dpthread_setschedparam.c7 int pthread_setschedparam(pthread_t t, int policy, const struct sched_param *param) in pthread_setschedparam() argument
H A Dpthread_setschedprio.c8 struct sched_param param = { in pthread_setschedprio() local
H A Dpthread_getschedparam.c4 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 Dmock_ability_interceptor_executer.cpp21 ErrCode MockAbilityInterceptorExecuter::DoProcess(AbilityInterceptorParam param) in DoProcess() argument
/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/
H A Dblock_all_app_start_interceptor.cpp22 ErrCode BlockAllAppStartInterceptor::DoProcess(AbilityInterceptorParam param) in DoProcess() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/
H A Dmain.cpp34 struct sched_param param = {0}; in main() local
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_failure.c28 void HciOnCmdFailed(uint16_t opCode, uint8_t status, const void *param) in HciOnCmdFailed() argument
H A Dhci_cmd_status_params.c24 int HCI_ReadRssi(const HciReadRssiParam *param) in HCI_ReadRssi() argument
/kernel/linux/linux-5.10/include/linux/dma/
H A Dmmp-pdma.h10 static inline bool mmp_pdma_filter_fn(struct dma_chan *chan, void *param) in mmp_pdma_filter_fn() argument
/third_party/musl/porting/linux/user/src/sched/
H A Dsched_setscheduler.c5 int sched_setscheduler(pid_t pid, int sched, const struct sched_param *param) in sched_setscheduler() argument
H A Dsched_getparam.c6 int sched_getparam(pid_t pid, struct sched_param *param) in sched_getparam() argument
H A Dsched_setparam.c5 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 Dsched_setscheduler.c6 int sched_setscheduler(pid_t pid, int sched, const struct sched_param *param) in sched_setscheduler() argument
H A Dsched_getparam.c7 int sched_getparam(pid_t pid, struct sched_param *param) in sched_getparam() argument
H A Dsched_setparam.c6 int sched_setparam(pid_t pid, const struct sched_param *param) in sched_setparam() argument
/third_party/musl/src/sched/
H A Dsched_setscheduler.c8 int sched_setscheduler(pid_t pid, int sched, const struct sched_param *param) in sched_setscheduler() argument
H A Dsched_getparam.c9 int sched_getparam(pid_t pid, struct sched_param *param) in sched_getparam() argument

Completed in 4 milliseconds

12345678910>>...164