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

/frameworks/av/libvideoeditor/osal/src/
H A DM4OSA_Mutex.c132 pthread_t currentThread; local
145 currentThread = pthread_self();
147 if(pMutexContext ->threadOwnerID == currentThread)
195 pMutexContext->threadOwnerID = currentThread;
219 pthread_t currentThread; local
227 currentThread = pthread_self();
229 if(pMutexContext->threadOwnerID != currentThread)

Completed in 847 milliseconds