================ idThread::CurrentThreadNum ================ */
| 237 | ================ |
| 238 | */ |
| 239 | int idThread::CurrentThreadNum( void ) { |
| 240 | if ( currentThread ) { |
| 241 | return currentThread->GetThreadNum(); |
| 242 | } else { |
| 243 | return 0; |
| 244 | } |
| 245 | } |
| 246 | |
| 247 | /* |
| 248 | ================ |
nothing calls this directly
no test coverage detected