Searched refs:ERROR_SEM_OWNER_DIED (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Runtime/os2/
H A DRTErrConvertFromOS2.cpp129 case ERROR_SEM_OWNER_DIED: return VERR_SEM_OWNER_DIED;
/vbox/src/VBox/Runtime/r3/os2/
H A Dsems-os2.cpp338 case ERROR_SEM_OWNER_DIED: return VERR_SEM_OWNER_DIED;
380 return rc == ERROR_SEM_OWNER_DIED;
/vbox/src/VBox/Runtime/win/
H A DRTErrConvertFromWin32.cpp132 case ERROR_SEM_OWNER_DIED: return VERR_SEM_OWNER_DIED;
/vbox/src/VBox/Main/src-server/
H A DClientWatcher.cpp394 else if (arc == ERROR_SEM_OWNER_DIED)
404 if (arc == ERROR_SEM_OWNER_DIED)
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinerror.h192 #define ERROR_SEM_OWNER_DIED 105 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinerror.h193 #define ERROR_SEM_OWNER_DIED 105 macro

Completed in 80 milliseconds