Home
last modified time | relevance | path

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

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