Searched defs:pid (Results 1 – 12 of 12) sorted by relevance
/arkcompiler/runtime_core/platforms/unix/libpandabase/ |
D | exec.cpp | 37 pid_t pid = fork(); in Exec() local
|
/arkcompiler/runtime_core/tests/gtest_launcher/ |
D | main.cpp | 43 pid_t pid = fork(); in HandleTimeout() local
|
/arkcompiler/ets_runtime/ecmascript/platform/windows/ |
D | os.cpp | 49 long PtracePeektext([[maybe_unused]] int pid, [[maybe_unused]] uintptr_t addr) in PtracePeektext()
|
/arkcompiler/ets_runtime/ecmascript/platform/unix/linux/ |
D | os.cpp | 55 long PtracePeektext(int pid, uintptr_t addr) in PtracePeektext()
|
/arkcompiler/ets_runtime/ecmascript/platform/unix/mac/ |
D | os.cpp | 55 long PtracePeektext([[maybe_unused]] int pid, [[maybe_unused]] uintptr_t addr) in PtracePeektext()
|
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
D | js_stackinfo.cpp | 222 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/ |
D | websocket_test.cpp | 335 pid_t pid = fork(); variable 426 pid_t pid = fork(); variable
|
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/ |
D | cpu_profiler.h | 36 pid_t pid = 0; member
|
/arkcompiler/runtime_core/libpandafile/tests/ |
D | file_test.cpp | 80 int pid = getpid(); in CheckAnonMemoryName() local
|
/arkcompiler/ets_frontend/es2panda/util/ |
D | helpers.cpp | 646 std::string pid; in OptimizeProgram() local
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | jsnapi.cpp | 211 pid_t pid = getpid(); in CheckSecureMem() local
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|