Functions | |
void | vStartRecursiveMutexTasks (void) |
portBASE_TYPE | xAreRecursiveMutexTasksStillRunning (void) |
void vStartRecursiveMutexTasks | ( | void | ) |
References NULL, prvRecursiveMutexBlockingTask(), prvRecursiveMutexControllingTask(), prvRecursiveMutexPollingTask(), recmuBLOCKING_TASK_PRIORITY, recmuCONTROLLING_TASK_PRIORITY, recmuPOLLING_TASK_PRIORITY, vQueueAddToRegistry, xBlockingTaskHandle, xControllingTaskHandle, xSemaphoreCreateRecursiveMutex, and xTaskCreate.
portBASE_TYPE xAreRecursiveMutexTasksStillRunning | ( | void | ) |
References pdFAIL, pdTRUE, uxBlockingCycles, uxControllingCycles, uxPollingCycles, and xErrorOccurred.