Home
last modified time | relevance | path

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

/external/mdnsresponder/mDNSWindows/DLL.NET/
Ddnssd_NET.cpp286 m_stopEvent(NULL), in ServiceRefImpl()
308 if (m_stopEvent != NULL) in ~ServiceRefImpl()
310 CloseHandle(m_stopEvent); in ~ServiceRefImpl()
311 m_stopEvent = NULL; in ~ServiceRefImpl()
350 m_stopEvent = CreateEvent(NULL, 0, 0, NULL); in SetupEvents()
352 if (m_stopEvent == NULL) in SetupEvents()
369 check( m_stopEvent != NULL ); in ProcessingThread()
375 handles[1] = m_stopEvent; in ProcessingThread()
423 ok = SetEvent(m_stopEvent); in Dispose()
Ddnssd_NET.h399 HANDLE m_stopEvent; variable