| 11031 | |
| 11032 | #ifdef BOXEDWINE_MULTI_THREADED |
| 11033 | void setupForThread() { |
| 11034 | pushCode8(0xcd); // for multi-thread test |
| 11035 | pushCode8(0x97); |
| 11036 | } |
| 11037 | |
| 11038 | KThread* doLockedIncThread(U32 numberOfIterationsPerThread) { |
| 11039 | KThread* thread = process->createThread(); |
no test coverage detected