| /third_party/ltp/testcases/realtime/func/prio-wake/ |
| H A D | prio-wake.c | 172 int prio; in main() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| H A D | scheduler.cpp | 51 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 D | hookmgr.c | 122 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 D | appspawn_modulemgr.c | 160 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 D | appspawn_hook.h | 129 __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 D | pthread.c | 204 UINT32 prio; in pthread_getschedparam() local
|
| /foundation/communication/netstack/test/fuzztest/http_fuzzer/ |
| H A D | http_fuzzer.cpp | 338 uint32_t prio = GetData<uint32_t>(); in HttpClientTaskSetHttpProtocolFuzzTest() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/ |
| H A D | communicator_aggregator.h | 43 Priority prio = Priority::NORMAL; member
|
| /third_party/eudev/src/libudev/ |
| H A D | libudev-util.c | 163 int prio; in util_log_priority() local
|
| /third_party/ffmpeg/libavutil/ |
| H A D | tx_priv.h | 211 int prio; /* < 0 = least, 0 = no pref, > 0 = prefer */ member
|
| /third_party/alsa-utils/alsactl/ |
| H A D | utils.c | 104 static void syslog_(int prio, const char *fcn, long line, in syslog_() argument
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_context.c | 48 uint64_t cmd, prio, target; in nvc0_svm_migrate() local
|
| /third_party/ltp/testcases/kernel/logging/kmsg/ |
| H A D | kmsg01.c | 113 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 D | pthread_cond_many.c | 106 int prio; in create_thread_() local
|
| /third_party/lwip/test/unit/arch/ |
| H A D | sys_arch.c | 197 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 D | freedreno_context.c | 594 unsigned prio = 1; variable
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
| H A D | ir2.c | 315 unsigned prio_v = ~0u, prio_s = ~0u, prio; in sched_next() local [all...] |
| /third_party/pulseaudio/src/modules/ |
| H A D | module-switch-on-port-available.c | 151 unsigned prio = profile->priority; in try_to_switch_profile() local
|
| /third_party/toybox/toys/pending/ |
| H A D | brctl.c | 236 int prio; in br_set_bridge_prio() local 288 int prio; in br_set_port_prio() local
|
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | module.c | 108 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 D | preauth.c | 368 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 D | preauth.c | 389 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 D | inner_event.h | 713 inline void SetEventPriority(int32_t prio) in SetEventPriority() argument
|
| /base/startup/appspawn/modules/sandbox/ |
| H A D | sandbox_expand.c | 262 int RegisterExpandSandboxCfgHandler(const char *name, int prio, ProcessExpandSandboxCfg handleExpandCfg) in RegisterExpandSandboxCfgHandler() argument
|
| /base/startup/init/interfaces/innerkits/init_module_engine/include/ |
| H A D | bootstage.h | 59 __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...] |