Searched refs:completion_port_thread (Results 1 – 2 of 2) sorted by relevance
554 priv->completion_port_thread = (HANDLE)_beginthreadex(NULL, 0, windows_iocp_thread, ctx, 0, NULL); in windows_init()555 if (priv->completion_port_thread == NULL) { in windows_init()586 if (WaitForSingleObject(priv->completion_port_thread, INFINITE) == WAIT_FAILED) in windows_exit()589 CloseHandle(priv->completion_port_thread); in windows_exit()
342 HANDLE completion_port_thread; member