Home
last modified time | relevance | path

Searched defs:process (Results 1 – 23 of 23) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/escompat/
DProcess.cpp296 static ets_double PManagerGetUidForName(EtsEnv *env, [[maybe_unused]] ets_object process, ets_strin… in PManagerGetUidForName()
305 …double PManagerGetThreadPriority([[maybe_unused]] EtsEnv *env, [[maybe_unused]] ets_object process, in PManagerGetThreadPriority()
311 …s_double PManagerGetSystemConfig([[maybe_unused]] EtsEnv *env, [[maybe_unused]] ets_object process, in PManagerGetSystemConfig()
317 static ets_string PManagerGetEnvironmentVar(EtsEnv *env, [[maybe_unused]] ets_object process, ets_s… in PManagerGetEnvironmentVar()
326 static void PManagerExit([[maybe_unused]] EtsEnv *env, [[maybe_unused]] ets_object process, ets_dou… in PManagerExit()
331 static ets_boolean PManagerKill(EtsEnv *env, [[maybe_unused]] ets_object process, ets_double signal… in PManagerKill()
355 static ets_double GetTid([[maybe_unused]] EtsEnv *env, [[maybe_unused]] ets_object process) in GetTid()
360 static ets_double GetPid([[maybe_unused]] EtsEnv *env, [[maybe_unused]] ets_object process) in GetPid()
365 static ets_double GetPPid([[maybe_unused]] EtsEnv *env, [[maybe_unused]] ets_object process) in GetPPid()
370 static ets_double GetUid([[maybe_unused]] EtsEnv *env, [[maybe_unused]] ets_object process) in GetUid()
[all …]
/arkcompiler/ets_runtime/compiler_service/sa_profile/
D5300.json2 "process": "compiler_service", string
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/imports/
Dmain.ts16 declare const process: { env: Record<string, unknown>; exit: Function }; constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/global_vars/
Dmain.ts16 declare const process: { env: Record<string, unknown>; exit: Function }; constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/enums/
Dmain.ts16 declare const process: { env: Record<string, unknown>; exit: Function }; constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/methods/
Dmain.ts16 declare const process: { env: Record<string, unknown>; exit: Function }; constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/functions/
Dmain.ts16 declare const process: { env: Record<string, unknown>; exit: Function }; constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/unions/
Dmain.ts16 declare const process: { env: Record<string, unknown>; exit: Function }; constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/async/
Dmain.ts16 declare const process: { env: Record<string, unknown>; exit: Function }; constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/fields/
Dmain.ts16 declare const process: { env: Record<string, unknown>; exit: Function }; constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/classes/
Dmain.ts16 declare const process: { env: Record<string, unknown>; exit: Function }; constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/getters_setters/
Dmain.ts16 declare const process: { env: Record<string, unknown>; exit: Function }; constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/properties/
Dmain.ts16 declare const process: { env: Record<string, unknown>; exit: Function }; constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/declgen_ets2ts/generics/
Dmain.ts16 declare const process: { env: Record<string, unknown>; exit: Function }; constant
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dexec.cpp39 Expected<int, Error> Wait(int64_t process, bool testStatus) in Wait()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
Dlogs.py35 def process(self, msg: Any, kwargs): member in RichLogger
/arkcompiler/runtime_core/tests/cts-generator/runner/
Drunner.rb48 def process(options) method in TestRunner.Plugin
/arkcompiler/runtime_core/static_core/tests/cts-generator/runner/
Drunner.rb48 def process(options) method in TestRunner.Plugin
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/tools/generate-es-checked/
Dmain.rb200 def process(sub) method in Generator
/arkcompiler/ets_frontend/arkguard/src/transformers/rename/
DRenameIdentifierTransformer.ts233 for (const process of processors) { constant
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/
Dets_test_suite.py94 def process(self, force_generate: bool) -> None: member in EtsTestSuite
/arkcompiler/ets_runtime/test/moduletest/stubbuilder/
Dstubbuilder.js702 function process(arr) { function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp10151 Label process(env); in IntToEcmaString() local