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

/frameworks/wilhelm/src/itf/
H A DIThreadSync.cpp29 if (thiz->mInCriticalSection) {
39 thiz->mInCriticalSection = SL_BOOLEAN_TRUE;
56 if (!thiz->mInCriticalSection || !pthread_equal(thiz->mOwner, pthread_self())) {
59 thiz->mInCriticalSection = SL_BOOLEAN_FALSE;
82 thiz->mInCriticalSection = SL_BOOLEAN_FALSE;
90 if (thiz->mInCriticalSection) {
/frameworks/wilhelm/src/
H A Ditfstruct.h559 SLboolean mInCriticalSection; member in struct:__anon2141

Completed in 41 milliseconds