Home
last modified time | relevance | path

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

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