Searched refs:mInCriticalSection (Results 1 – 2 of 2) sorted by relevance
29 if (thiz->mInCriticalSection) { in IThreadSync_EnterCriticalSection()39 thiz->mInCriticalSection = SL_BOOLEAN_TRUE; in IThreadSync_EnterCriticalSection()56 if (!thiz->mInCriticalSection || !pthread_equal(thiz->mOwner, pthread_self())) { in IThreadSync_ExitCriticalSection()59 thiz->mInCriticalSection = SL_BOOLEAN_FALSE; in IThreadSync_ExitCriticalSection()82 thiz->mInCriticalSection = SL_BOOLEAN_FALSE; in IThreadSync_init()90 if (thiz->mInCriticalSection) { in IThreadSync_deinit()
555 SLboolean mInCriticalSection; member