HomeSort by relevance Sort by last modified time
    Searched refs:mInCriticalSection (Results 1 - 2 of 2) sorted by null

  /frameworks/wilhelm/src/itf/
IThreadSync.c 29 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/
itfstruct.h 557 SLboolean mInCriticalSection;

Completed in 29 milliseconds