================ idThread::Start ================ */
| 572 | ================ |
| 573 | */ |
| 574 | bool idThread::Start( void ) { |
| 575 | bool result; |
| 576 | |
| 577 | CancelEvents( &EV_Thread_Execute ); |
| 578 | result = Execute(); |
| 579 | |
| 580 | return result; |
| 581 | } |
| 582 | |
| 583 | /* |
| 584 | ================ |
no outgoing calls
no test coverage detected