Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/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);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dtimemodule.c46 static HANDLE hInterruptEvent = NULL; variable
49 SetEvent(hInterruptEvent); in PyCtrlHandler()
874 hInterruptEvent = CreateEvent(NULL, TRUE, FALSE, NULL); in inittime()
980 ResetEvent(hInterruptEvent);
981 rc = WaitForSingleObject(hInterruptEvent, ul_millis);