Home
last modified time | relevance | path

Searched refs:mSystemTask (Results 1 – 1 of 1) sorted by relevance

/device/google/contexthub/firmware/os/core/
Dseos.c61 static struct Task *mSystemTask; variable
782 preempted = osSetCurrentTask(mSystemTask); in osStopTask()
1002mSystemTask = osAllocTask(); // this is a dummy task; holder of TID 0; all system code will run wi… in osStartTasks()
1003 osSetCurrentTask(mSystemTask); in osStartTasks()
1004 osLog(LOG_DEBUG, "System task is: %p\n", mSystemTask); in osStartTasks()
1382 osSetCurrentTask(mSystemTask); in osEnqueuePrivateEvtEx()