MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / DebuggerServerThread

Function DebuggerServerThread

neo/tools/debugger/debugger.cpp:130–141  ·  view source on GitHub ↗

================ DebuggerServerThread Thread proc for the debugger server ================ */

Source from the content-addressed store, hash-verified

128================
129*/
130static int SDLCALL DebuggerServerThread ( void *param )
131{
132 assert ( gDebuggerServer );
133
134 while ( !gDebuggerServerQuit )
135 {
136 gDebuggerServer->ProcessMessages ( );
137 SDL_Delay( 1 );
138 }
139
140 return 0;
141}
142
143/*
144================

Callers

nothing calls this directly

Calls 1

ProcessMessagesMethod · 0.45

Tested by

no test coverage detected