Home
last modified time | relevance | path

Searched refs:ProcExit (Results 1 – 4 of 4) sorted by relevance

/third_party/node/src/
Dnode_wasi.h70 static void ProcExit(const v8::FunctionCallbackInfo<v8::Value>& args);
Dnode_wasi.cc1459 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/
DProcess.inc88 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/
DProcess.inc82 FILETIME ProcCreate, ProcExit, KernelTime, UserTime;
83 if (GetProcessTimes(GetCurrentProcess(), &ProcCreate, &ProcExit, &KernelTime,