Home
last modified time | relevance | path

Searched defs:pid (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dexec.cpp37 pid_t pid = fork(); in Exec() local
/arkcompiler/runtime_core/tests/gtest_launcher/
Dmain.cpp43 pid_t pid = fork(); in HandleTimeout() local
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dos.cpp49 long PtracePeektext([[maybe_unused]] int pid, [[maybe_unused]] uintptr_t addr) in PtracePeektext()
/arkcompiler/ets_runtime/ecmascript/platform/unix/linux/
Dos.cpp55 long PtracePeektext(int pid, uintptr_t addr) in PtracePeektext()
/arkcompiler/ets_runtime/ecmascript/platform/unix/mac/
Dos.cpp55 long PtracePeektext([[maybe_unused]] int pid, [[maybe_unused]] uintptr_t addr) in PtracePeektext()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp222 bool ReadUintptrFromAddr(int pid, uintptr_t addr, uintptr_t &value) in ReadUintptrFromAddr()
322 bool StepArkManagedNativeFrame(int pid, uintptr_t *pc, uintptr_t *fp, uintptr_t *sp, in StepArkManagedNativeFrame()
409 bool GetArkJSHeapCrashInfo(int pid, uintptr_t *bytecodePc, uintptr_t *fp, bool outJSInfo, char *out… in GetArkJSHeapCrashInfo()
473 int pid, uintptr_t *pc, uintptr_t *fp, uintptr_t *sp, char *buf, size_t buf_sz) in step_ark_managed_native_frame()
482 int pid, uintptr_t *x20, uintptr_t *fp, int outJsInfo, char *buf, size_t buf_sz) in get_ark_js_heap_crash_info()
/arkcompiler/toolchain/websocket/test/
Dwebsocket_test.cpp335 pid_t pid = fork(); variable
426 pid_t pid = fork(); variable
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.h36 pid_t pid = 0; member
/arkcompiler/runtime_core/libpandafile/tests/
Dfile_test.cpp80 int pid = getpid(); in CheckAnonMemoryName() local
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp646 std::string pid; in OptimizeProgram() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp211 pid_t pid = getpid(); in CheckSecureMem() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument