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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dmediactrl.cpp72 Then there is the issue of m_asynclock. This serves several purposes:
222 wxMutex m_asynclock; // See "discussion of internals" member in class:wxGStreamerMediaBackend
361 if(be->m_asynclock.TryLock() == wxMUTEX_NO_ERROR)
364 be->m_asynclock.Unlock();
498 if(be->m_asynclock.TryLock() != wxMUTEX_NO_ERROR)
528 be->m_asynclock.Unlock();
767 // PRECONDITION: Assumes m_asynclock is Lock()ed
928 wxMutexLocker lock(m_be->m_asynclock);
1223 wxMutexLocker lock(m_asynclock); // lock state events and async callbacks
1310 wxMutexLocker lock(m_asynclock);
[all...]

Completed in 60 milliseconds