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

/frameworks/av/libvideoeditor/osal/inc/
H A DM4OSA_Thread_priv.h49 M4OSA_Context semStartStop; /* semaphore for start and stop do_it */ member in struct:M4OSA_ThreadContext
/frameworks/av/libvideoeditor/osal/src/
H A DM4OSA_Thread.c61 M4OSA_semaphorePost(threadContext->semStartStop);
88 M4OSA_semaphorePost(threadContext->semStartStop);
166 err_code = M4OSA_semaphoreOpen(&(threadContext->semStartStop), 0);
293 threadContext->semStartStop,
365 M4OSA_semaphoreWait(threadContext->semStartStop, M4OSA_WAIT_FOREVER);
433 err_code = M4OSA_semaphoreClose(threadContext->semStartStop);

Completed in 44 milliseconds