Home
last modified time | relevance | path

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

/frameworks/wilhelm/src/itf/
DIThreadSync.c29 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()
/frameworks/wilhelm/src/
Ditfstruct.h555 SLboolean mInCriticalSection; member