| 206 | } |
| 207 | |
| 208 | void nthread_ignore_mutex(BOOL bStart) |
| 209 | { |
| 210 | if (sghThread != NULL) { |
| 211 | if (bStart) |
| 212 | sgMemCrit.Leave(); |
| 213 | else |
| 214 | sgMemCrit.Enter(); |
| 215 | sgbThreadIsRunning = bStart; |
| 216 | } |
| 217 | } |
| 218 | |
| 219 | BOOL nthread_has_500ms_passed(BOOL unused) |
| 220 | { |
no test coverage detected