| 239 | void ContinueProcessing( void ) { interpreter.doneProcessing = false; }; |
| 240 | bool ThreadDying( void ) { return interpreter.threadDying; }; |
| 241 | void EndThread( void ) { interpreter.threadDying = true; }; |
| 242 | bool IsWaiting( void ); |
| 243 | void ClearWaitFor( void ); |
| 244 | bool IsWaitingFor( idEntity *obj ); |
no outgoing calls
no test coverage detected