OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:global_mutex
(Results
1 - 10
of
10
) sorted by null
/external/pcre/dist/sljit/
sljitUtils.c
89
static HANDLE
global_mutex
= 0;
variable
94
if (!
global_mutex
)
95
global_mutex
= CreateMutex(NULL, TRUE, NULL);
97
WaitForSingleObject(
global_mutex
, INFINITE);
102
ReleaseMutex(
global_mutex
);
131
static pthread_mutex_t
global_mutex
= PTHREAD_MUTEX_INITIALIZER;
variable
135
pthread_mutex_lock(&
global_mutex
);
140
pthread_mutex_unlock(&
global_mutex
);
/external/skia/src/ports/
SkMutex_pthread.h
17
// at declaration time with SK_DECLARE_STATIC/
GLOBAL_MUTEX
. This avoids the
/external/chromium_org/third_party/skia/src/ports/
SkMutex_pthread.h
21
// at declaration time with SK_DECLARE_STATIC/
GLOBAL_MUTEX
. This avoids the
/external/chromium_org/third_party/re2/util/
mutex.h
195
#define
GLOBAL_MUTEX
(name) \
204
#define
GLOBAL_MUTEX
(name) \
/external/regex-re2/util/
mutex.h
191
#define
GLOBAL_MUTEX
(name) \
200
#define
GLOBAL_MUTEX
(name) \
/external/compiler-rt/lib/lsan/
lsan_common.cc
32
BlockingMutex
global_mutex
(LINKER_INITIALIZED);
422
BlockingMutexLock l(&
global_mutex
);
636
BlockingMutexLock l(&
global_mutex
);
651
BlockingMutexLock l(&
global_mutex
);
662
BlockingMutexLock l(&
global_mutex
);
/external/chromium_org/third_party/re2/re2/
regexp.cc
63
GLOBAL_MUTEX
(ref_mutex);
re2.cc
74
GLOBAL_MUTEX
(empty_mutex);
[
all
...]
/external/regex-re2/re2/
regexp.cc
63
GLOBAL_MUTEX
(ref_mutex);
re2.cc
56
GLOBAL_MUTEX
(empty_mutex);
[
all
...]
Completed in 363 milliseconds