Searched defs:OnExit (Results 1 – 5 of 5) sorted by relevance
735 struct OnExit in traverseFunctionDefinitionChildren() struct737 const TFunction *&parentFunc; in traverseFunctionDefinitionChildren()738 OnExit(const TFunction *&parentFunc) : parentFunc(parentFunc) {} in traverseFunctionDefinitionChildren() function739 ~OnExit() { parentFunc = nullptr; } in traverseFunctionDefinitionChildren()
296 static void OnExit(uv_process_t* handle, in OnExit() function in node::__anon168c1d390111::ProcessWrap
642 void SyncProcessRunner::OnExit(int64_t exit_status, int term_signal) { in OnExit() function in node::SyncProcessRunner
349 void RootWindowManager::OnExit(RootWindow* root_window) { in OnExit() function in client::RootWindowManager
300 void RootWindowViews::OnExit() { in OnExit() function in client::RootWindowViews