Searched refs:semaphore (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/libvideoeditor/osal/src/
H A DM4OSA_Semaphore.c20 * @note This file implements functions to manipulate semaphore
32 #include <semaphore.h>
40 /* Context for the semaphore */
42 M4OSA_UInt32 coreID; /* semaphore context identifiant */
43 sem_t semaphore; /* semaphore */ member in struct:__anon80
51 * @brief This method creates a new semaphore with the "initialCounter"
56 * parameter will be sent back to any OSAL core semaphore functions
57 * to allow retrieving data associated to the opened semaphore.
58 * @param context:(OUT) Context of the created semaphore
[all...]

Completed in 75 milliseconds