HomeSort by relevance Sort by last modified time
    Searched refs:semStartStop (Results 1 - 2 of 2) sorted by null

  /frameworks/media/libvideoeditor/osal/inc/
M4OSA_Thread_priv.h 49 M4OSA_Context semStartStop; /* semaphore for start and stop do_it */
  /frameworks/media/libvideoeditor/osal/src/
M4OSA_Thread.c 61 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 16 milliseconds