Home
last modified time | relevance | path

Searched refs:kClosing (Results 1 - 5 of 5) sorted by relevance

/third_party/node/src/
H A Dhandle_wrap.h96 return state_ == kClosing || state_ == kClosed; in IsHandleClosing()
100 enum { kInitialized, kClosing, kClosed } state_; enumerator
H A Dhandle_wrap.cc77 state_ = kClosing; in Close()
144 CHECK_EQ(wrap->state_, kClosing); in OnClose()
H A Dspawn_sync.h71 kClosing, enumerator
H A Dspawn_sync.cc183 lifecycle_ = kClosing; in Close()
219 CHECK_LT(lifecycle_, kClosing); in uv_pipe()
H A Dtcp_wrap.cc375 state_ = kClosing; in Reset()

Completed in 4 milliseconds