Searched defs:gSdlNativeThread (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VBoxSDL/
H A DFramebuffer.cpp71 static RTNATIVETHREAD gSdlNativeThread = NIL_RTNATIVETHREAD; /**< the SDL thread */ variable
186 gSdlNativeThread = RTThreadNativeSelf();
265 AssertMsg(gSdlNativeThread == RTThreadNativeSelf(), ("Wrong thread! SDL is not threadsafe!\n"));
700 AssertMsg(gSdlNativeThread == RTThreadNativeSelf(),
984 AssertMsg(gSdlNativeThread == RTThreadNativeSelf(), ("Wrong thread! SDL is not threadsafe!\n"));
1090 AssertMsg(gSdlNativeThread == RTThreadNativeSelf(), ("Wrong thread! SDL is not threadsafe!\n"));
1102 AssertMsg(gSdlNativeThread == RTThreadNativeSelf(), ("Wrong thread! SDL is not threadsafe!\n"));
1210 AssertMsg(gSdlNativeThread == RTThreadNativeSelf(), ("Wrong thread! SDL is not threadsafe!\n"));

Completed in 52 milliseconds