Home
last modified time | relevance | path

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

/third_party/node/src/
H A Dnode_postmortem_metadata.cc22 V(Environment, handle_wrap_queue_, Environment_HandleWrapQueue, \
23 Environment::handle_wrap_queue_) \
26 V(HandleWrap, handle_wrap_queue_, ListNode_HandleWrap, \
27 HandleWrap::handle_wrap_queue_) \
H A Dhandle_wrap.cc116 handle_wrap_queue_.Remove(); in MarkAsUninitialized()
149 wrap->handle_wrap_queue_.Remove(); in OnClose()
H A Dhandle_wrap.h106 // handle_wrap_queue_ needs to be at a fixed offset from the start of the
112 ListNode<HandleWrap> handle_wrap_queue_; member in node::HandleWrap
H A Denv.h827 typedef ListHead<HandleWrap, &HandleWrap::handle_wrap_queue_> HandleWrapQueue;
830 inline HandleWrapQueue* handle_wrap_queue() { return &handle_wrap_queue_; } in handle_wrap_queue()
1043 // handle_wrap_queue_ and req_wrap_queue_ needs to be at a fixed offset from
1050 HandleWrapQueue handle_wrap_queue_; member in node::Environment
H A Denv.cc970 for (HandleWrap* handle : handle_wrap_queue_) in CleanupHandles()
979 !handle_wrap_queue_.IsEmpty()) { in CleanupHandles()

Completed in 6 milliseconds