Searched refs:s_wm_wakeup_id (Results 1 – 1 of 1) sorted by relevance
713 static UINT s_wm_wakeup_id = 0; variable721 if (s_wm_wakeup_id == 0) in Win32SocketServer()722 s_wm_wakeup_id = RegisterWindowMessage(L"WM_WAKEUP"); in Win32SocketServer()789 b = GetMessage(&msg, NULL, s_wm_wakeup_id, s_wm_wakeup_id); in Wait()811 PostMessage(wnd_.handle(), s_wm_wakeup_id, 0, 0); in WakeUp()846 if (wm == s_wm_wakeup_id || (wm == WM_TIMER && wp == 1)) { in OnMessage()