MCPcopy Create free account
hub / github.com/doldecomp/mkdd / JASTaskThread

Method JASTaskThread

libs/JSystem/JAudio/System/JASTaskThread.cpp:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

OSInitThreadQueueFunction · 0.85

Tested by

no test coverage detected