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

#include <stdlib.h>
#include <string.h>
#include "FreeRTOS.h"
#include "task.h"
#include "queue.h"
#include "semphr.h"
#include <JUCEqueue.h>

Functions

xSemaphoreHandle xSemaphoreCreateMutex (void)
signed portBASE_TYPE xSemaphoreTake (xSemaphoreHandle Semaphore, portTickType BlockTime)
signed portBASE_TYPE xSemaphoreGive (xSemaphoreHandle Semaphore)

Function Documentation

xSemaphoreHandle xSemaphoreCreateMutex ( void   ) 

Here is the call graph for this function:

signed portBASE_TYPE xSemaphoreGive ( xSemaphoreHandle  Semaphore  ) 

Here is the call graph for this function:

signed portBASE_TYPE xSemaphoreTake ( xSemaphoreHandle  Semaphore,
portTickType  BlockTime 
)

Here is the call graph for this function:


Generated on 22 Jan 2016 for MIDIboxNG by  doxygen 1.6.1