================ idThread::Start ================ */
| 550 | ================ |
| 551 | */ |
| 552 | bool idThread::Start( void ) { |
| 553 | bool result; |
| 554 | |
| 555 | CancelEvents( &EV_Thread_Execute ); |
| 556 | result = Execute(); |
| 557 | |
| 558 | return result; |
| 559 | } |
| 560 | |
| 561 | /* |
| 562 | ================ |
no outgoing calls
no test coverage detected