OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
555
SLboolean
mInCriticalSection
;
Completed in 23 milliseconds