================ idThread::CurrentThreadNum ================ */
| 215 | ================ |
| 216 | */ |
| 217 | int idThread::CurrentThreadNum( void ) { |
| 218 | if ( currentThread ) { |
| 219 | return currentThread->GetThreadNum(); |
| 220 | } else { |
| 221 | return 0; |
| 222 | } |
| 223 | } |
| 224 | |
| 225 | /* |
| 226 | ================ |
nothing calls this directly
no test coverage detected