/home/midibox/svn_snapshot/mios32/trunk/mios32/MIOSJUCE/FreeRTOS/Source/task.c File Reference

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "FreeRTOS.h"
#include "task.h"
#include "StackMacros.h"
#include <JUCEtask.h>

Functions

signed portBASE_TYPE xTaskCreate (pdTASK_CODE pvTaskCode, const signed portCHAR *const pcName, unsigned portSHORT usStackDepth, void *pvParameters, unsigned portBASE_TYPE uxPriority, xTaskHandle *pxCreatedTask)
portTickType xTaskGetTickCount (void)
void vTaskDelay (portTickType xTicksToDelay)
void vTaskDelayUntil (portTickType *const pxPreviousWakeTime, portTickType xTimeIncrement)
void vTaskSuspend (xTaskHandle pxTaskToSuspend)
void vTaskResume (xTaskHandle pxTaskToResume)
void vTaskSuspendAll (void)
void xTaskResumeAll (void)

Function Documentation

void vTaskDelay ( portTickType  xTicksToDelay  ) 

Here is the call graph for this function:

void vTaskDelayUntil ( portTickType *const   pxPreviousWakeTime,
portTickType  xTimeIncrement 
)

Here is the call graph for this function:

void vTaskResume ( xTaskHandle  pxTaskToResume  ) 

Here is the call graph for this function:

void vTaskSuspend ( xTaskHandle  pxTaskToSuspend  ) 

Here is the call graph for this function:

void vTaskSuspendAll ( void   ) 

Here is the call graph for this function:

signed portBASE_TYPE xTaskCreate ( pdTASK_CODE  pvTaskCode,
const signed portCHAR *const   pcName,
unsigned portSHORT  usStackDepth,
void *  pvParameters,
unsigned portBASE_TYPE  uxPriority,
xTaskHandle pxCreatedTask 
)

Here is the call graph for this function:

portTickType xTaskGetTickCount ( void   ) 

Here is the call graph for this function:

void xTaskResumeAll ( void   ) 

Here is the call graph for this function:


Generated on 22 Jan 2016 for MIDIboxNG by  doxygen 1.6.1