Searched refs:ProcExit (Results 1 – 4 of 4) sorted by relevance
/third_party/node/src/ |
D | node_wasi.h | 70 static void ProcExit(const v8::FunctionCallbackInfo<v8::Value>& args);
|
D | node_wasi.cc | 1459 void WASI::ProcExit(const FunctionCallbackInfo<Value>& args) { in ProcExit() function in node::wasi::WASI 1724 env->SetProtoMethod(tmpl, "proc_exit", WASI::ProcExit); in Initialize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Process.inc | 88 FILETIME ProcCreate, ProcExit, KernelTime, UserTime; 89 if (GetProcessTimes(GetCurrentProcess(), &ProcCreate, &ProcExit, &KernelTime,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Process.inc | 82 FILETIME ProcCreate, ProcExit, KernelTime, UserTime; 83 if (GetProcessTimes(GetCurrentProcess(), &ProcCreate, &ProcExit, &KernelTime,
|