| 7 | // Everything here matches for TP Debug, the only issue is with the template hell for ObjectLockable(so i don't count it) |
| 8 | |
| 9 | JASTaskThread::JASTaskThread(int prio, int msgCount, u32 stackSize) : JKRThread(JASDram, stackSize, msgCount, prio) |
| 10 | { |
| 11 | mDoSleep = false; |
| 12 | OSInitThreadQueue(&mpThreadQueue); |
| 13 | } |
| 14 | |
| 15 | JASTaskThread::~JASTaskThread() |
| 16 | { |
nothing calls this directly
no test coverage detected