Home
last modified time | relevance | path

Searched defs:ExitCallback (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Denv.h1411 struct ExitCallback { struct
1416 std::list<ExitCallback> at_exit_functions_; argument
Dspawn_sync.cc1084 void SyncProcessRunner::ExitCallback(uv_process_t* handle, in ExitCallback() function in node::SyncProcessRunner