Home
last modified time | relevance | path

Searched defs:prio (Results 76 - 100 of 188) sorted by relevance

12345678

/third_party/ltp/testcases/realtime/func/prio-wake/
H A Dprio-wake.c172 int prio; in main() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dscheduler.cpp51 void Scheduler::AddDep(uint32_t *prio, Inst *from, Inst *to, uint32_t latency, Inst *barrier) in AddDep() argument
109 uint32_t prio = 0; in ProcessInst() local
168 ProcessMemory(Inst *inst, uint32_t *prio, Inst *lastBarrier) ProcessMemory() argument
194 ProcessSpecialBoundsCheckI(Inst *inst, uint32_t *prio, Inst *lastBarrier) ProcessSpecialBoundsCheckI() argument
211 ProcessSpecial(Inst *inst, uint32_t *prio, Inst *lastBarrier) ProcessSpecial() argument
[all...]
/base/startup/init/interfaces/innerkits/hookmgr/
H A Dhookmgr.c122 int prio; member
141 static int addHookToStage(HOOK_STAGE *hookStage, int prio, OhosHook hook, void *hookCookie) in addHookToStage() argument
185 HookMgrAdd(HOOK_MGR *hookMgr, int stage, int prio, OhosHook hook) HookMgrAdd() argument
[all...]
/base/startup/appspawn/modules/modulemgr/
H A Dappspawn_modulemgr.c160 int AddServerStageHook(AppSpawnHookStage stage, int prio, ServerStageHook hook) in AddServerStageHook() argument
243 AddAppSpawnHook(AppSpawnHookStage stage, int prio, AppSpawnHook hook) AddAppSpawnHook() argument
279 AddProcessMgrHook(AppSpawnHookStage stage, int prio, ProcessChangeHook hook) AddProcessMgrHook() argument
[all...]
/base/startup/appspawn/modules/module_engine/include/
H A Dappspawn_hook.h129 __attribute__((always_inline)) inline int AddPreloadHook(int prio, ServerStageHook hook) in AddPreloadHook() argument
[all...]
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/src/
H A Dpthread.c204 UINT32 prio; in pthread_getschedparam() local
/foundation/communication/netstack/test/fuzztest/http_fuzzer/
H A Dhttp_fuzzer.cpp338 uint32_t prio = GetData<uint32_t>(); in HttpClientTaskSetHttpProtocolFuzzTest() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dcommunicator_aggregator.h43 Priority prio = Priority::NORMAL; member
/third_party/eudev/src/libudev/
H A Dlibudev-util.c163 int prio; in util_log_priority() local
/third_party/ffmpeg/libavutil/
H A Dtx_priv.h211 int prio; /* < 0 = least, 0 = no pref, > 0 = prefer */ member
/third_party/alsa-utils/alsactl/
H A Dutils.c104 static void syslog_(int prio, const char *fcn, long line, in syslog_() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_context.c48 uint64_t cmd, prio, target; in nvc0_svm_migrate() local
/third_party/ltp/testcases/kernel/logging/kmsg/
H A Dkmsg01.c113 static int get_msg_fields(const char *msg, unsigned long *prio, in get_msg_fields() argument
280 int i, facility, prio; in test_inject() local
/third_party/ltp/testcases/realtime/perf/latency/
H A Dpthread_cond_many.c106 int prio; in create_thread_() local
/third_party/lwip/test/unit/arch/
H A Dsys_arch.c197 sys_thread_new(const char *name, lwip_thread_fn function, void *arg, int stacksize, int prio) in sys_thread_new() argument
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_context.c594 unsigned prio = 1; variable
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dir2.c315 unsigned prio_v = ~0u, prio_s = ~0u, prio; in sched_next() local
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-switch-on-port-available.c151 unsigned prio = profile->priority; in try_to_switch_profile() local
/third_party/toybox/toys/pending/
H A Dbrctl.c236 int prio; in br_set_bridge_prio() local
288 int prio; in br_set_port_prio() local
/third_party/pulseaudio/src/pulsecore/
H A Dmodule.c108 void pa_module_hook_connect(pa_module *m, pa_hook *hook, pa_hook_priority_t prio, pa_hook_cb_t cb, void *data) { in pa_module_hook_connect() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
H A Dpreauth.c368 pmksa_candidate_add(struct wpa_sm *sm, const u8 *bssid, int prio, int preauth) pmksa_candidate_add() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dpreauth.c389 pmksa_candidate_add(struct wpa_sm *sm, const u8 *bssid, int prio, int preauth) pmksa_candidate_add() argument
/base/notification/eventhandler/interfaces/inner_api/
H A Dinner_event.h713 inline void SetEventPriority(int32_t prio) in SetEventPriority() argument
/base/startup/appspawn/modules/sandbox/
H A Dsandbox_expand.c262 int RegisterExpandSandboxCfgHandler(const char *name, int prio, ProcessExpandSandboxCfg handleExpandCfg) in RegisterExpandSandboxCfgHandler() argument
/base/startup/init/interfaces/innerkits/init_module_engine/include/
H A Dbootstage.h59 __attribute__((always_inline)) inline int InitAddGlobalInitHook(int prio, OhosHook hook) in InitAddGlobalInitHook() argument
64 __attribute__((always_inline)) inline int InitAddPreParamServiceHook(int prio, OhosHook hook) in InitAddPreParamServiceHook() argument
69 __attribute__((always_inline)) inline int InitAddPreParamLoadHook(int prio, OhosHook hook) in InitAddPreParamLoadHook() argument
92 __attribute__((always_inline)) inline int InitAddParamLoadFilterHook(int prio, ParamLoadFilter filter) in InitAddParamLoadFilterHook() argument
97 __attribute__((always_inline)) inline int InitAddPreCfgLoadHook(int prio, OhosHook hook) in InitAddPreCfgLoadHook() argument
102 InitAddPostCfgLoadHook(int prio, OhosHook hook) InitAddPostCfgLoadHook() argument
107 InitAddPostPersistParamLoadHook(int prio, OhosHook hook) InitAddPostPersistParamLoadHook() argument
[all...]

Completed in 18 milliseconds

12345678