HomeSort by relevance Sort by last modified time
    Searched refs:ERROR_SEM_TIMEOUT (Results 1 - 10 of 10) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
error.h 79 #define ERROR_SEM_TIMEOUT 121
winerror.h 133 #define ERROR_SEM_TIMEOUT __MSABI_LONG(121)
    [all...]
  /external/chromium_org/ipc/
ipc_channel_win.cc 149 // If ERROR_SEM_TIMEOUT occurred, the pipe exists but is handling another
151 return GetLastError() == ERROR_SEM_TIMEOUT;
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 430 if (LastError == ERROR_SEM_TIMEOUT || LastError == WSAETIMEDOUT) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 381 if e.args[0] not in (win32.ERROR_SEM_TIMEOUT,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
connection.py 381 if e.args[0] not in (win32.ERROR_SEM_TIMEOUT,
  /external/chromium_org/third_party/libusb/src/libusb/os/
wince_usb.c 768 case ERROR_SEM_TIMEOUT:
    [all...]
windows_usb.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1342 milliseconds