HomeSort by relevance Sort by last modified time
    Searched full:win32event (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/tools/site_compare/drivers/win32/
windowing.py 20 import win32event namespace
209 timeout = win32event.INFINITE
214 return (win32event.WaitForSingleObject(proc, timeout) ==
215 win32event.WAIT_OBJECT_0)

Completed in 48 milliseconds