Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dtimemodule.c46 static HANDLE hInterruptEvent = NULL; variable
49 SetEvent(hInterruptEvent); in PyCtrlHandler()
879 hInterruptEvent = CreateEvent(NULL, TRUE, FALSE, NULL); in inittime()
985 ResetEvent(hInterruptEvent);
986 rc = WaitForSingleObject(hInterruptEvent, ul_millis);