Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/i386/stand/cdboot/
H A Dcdboot.S64 #define ERROR_TIMEOUT 0x80 macro
331 cmpb $ERROR_TIMEOUT, %ah
/netbsd-src/external/apache2/llvm/dist/libcxx/src/support/win32/
H A Dthread_win32.cpp133 return __ec == ERROR_TIMEOUT ? ETIMEDOUT : __ec; in __libcpp_condvar_timedwait()
/netbsd-src/external/public-domain/xz/dist/src/common/
H A Dmythread.h505 assert(ret || GetLastError() == ERROR_TIMEOUT); in mythread_cond_timedwait()
/netbsd-src/external/mit/libuv/dist/src/win/
H A Dthread.c380 if (GetLastError() != ERROR_TIMEOUT) in uv_cond_timedwait()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinerror.d594 ERROR_TIMEOUT, enumerator