Searched refs:mSemThreadWait (Results 1 – 2 of 2) sorted by relevance
54 mSemThreadWait(NULL) { in VideoEditorPreviewController()597 M4OSA_semaphoreOpen(&mSemThreadWait, 1); in startPreview()641 if (mSemThreadWait != NULL) { in stopPreview()642 err = M4OSA_semaphorePost(mSemThreadWait); in stopPreview()664 if(mSemThreadWait != NULL) { in stopPreview()665 err = M4OSA_semaphoreClose(mSemThreadWait); in stopPreview()667 mSemThreadWait = NULL; in stopPreview()1126 if (pController->mSemThreadWait != NULL) { in threadProc()1127 err = M4OSA_semaphoreWait(pController->mSemThreadWait, in threadProc()1133 if (pController->mSemThreadWait != NULL) { in threadProc()[all …]
130 M4OSA_Context mSemThreadWait; variable