Searched defs:M4OSA_semaphoreWait (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/libvideoeditor/osal/src/
H A DM4OSA_Semaphore.c129 M4OSA_ERR M4OSA_semaphoreWait(M4OSA_Context context, M4OSA_Int32 timeout) function
136 M4OSA_TRACE1_2("M4OSA_semaphoreWait\t\tM4OSA_Context 0x%x\tM4OSA_UInt32 %d",
140 M4ERR_PARAMETER, "M4OSA_semaphoreWait");
143 M4ERR_BAD_CONTEXT, "M4OSA_semaphoreWait");
150 "M4OSA_semaphoreWait: OS semaphore wait failed");
182 M4OSA_DEBUG(M4ERR_BAD_CONTEXT, "M4OSA_semaphoreWait: OS semaphore wait failed");
200 * the M4OSA_semaphoreWait call of the thread with the highest

Completed in 708 milliseconds