Home
last modified time | relevance | path

Searched refs:dispatch_etw_events_change_async (Results 1 – 1 of 1) sorted by relevance

/third_party/node/src/
Dnode_win32_etw_provider.cc39 static uv_async_t dispatch_etw_events_change_async; variable
157 uv_async_send(&dispatch_etw_events_change_async); in etw_events_enable_callback()
162 uv_async_send(&dispatch_etw_events_change_async); in etw_events_enable_callback()
181 &dispatch_etw_events_change_async, in init_etw()
183 uv_unref(reinterpret_cast<uv_handle_t*>(&dispatch_etw_events_change_async)); in init_etw()