dRonin
adbada4
dRonin firmware
|
Go to the source code of this file.
Functions | |
DONT_BUILD_IF (TASKINFO_RUNNING_NUMELEM!=TASKINFO_STACKREMAINING_NUMELEM, taskelems1) | |
DONT_BUILD_IF (TASKINFO_RUNNING_NUMELEM!=TASKINFO_RUNNINGTIME_NUMELEM, taskelems2) | |
int32_t | TaskMonitorInitialize (void) |
int32_t | TaskMonitorAdd (TaskInfoRunningElem task, struct pios_thread *threadp) |
int32_t | TaskMonitorRemove (TaskInfoRunningElem task) |
bool | TaskMonitorQueryRunning (TaskInfoRunningElem task) |
void | TaskMonitorUpdateAll (void) |
Variables | |
static struct pios_mutex * | lock |
static struct pios_thread * | handles [TASKINFO_RUNNING_NUMELEM] |
static uint32_t | lastMonitorTime |