OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mutex
(Results
251 - 275
of
750
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/skia/src/ports/
SkOSEvent_android.cpp
24
Mutex
gEventQMutex;
85
SkASSERT(status == ETIMEDOUT); // no need to unlock the
mutex
(its unlocked)
/external/v8/src/
d8-debug.h
86
// the list is guarded by a
mutex
and a semaphore signals new items in the
88
i::
Mutex
* event_access_;
debug-agent.h
74
Mutex
* session_access_; //
Mutex
guarging access to session_.
/external/webkit/WebCore/storage/
DatabaseTracker.h
84
Mutex
m_openDatabaseMapGuard;
132
Mutex
m_quotaMapGuard;
/external/webkit/WebCore/workers/
DefaultSharedWorkerRepository.h
78
//
Mutex
used to protect internal data structures.
79
Mutex
m_lock;
/frameworks/base/include/ui/
FramebufferNativeWindow.h
75
mutable
Mutex
mutex
;
member in class:android::FramebufferNativeWindow
/frameworks/base/libs/binder/
IMemory.cpp
62
Mutex
mHeapCacheLock;
111
mutable
Mutex
mLock;
269
Mutex
::Autolock _l(mLock);
309
Mutex
::Autolock _l(mLock);
391
Mutex
::Autolock _l(mHeapCacheLock);
422
Mutex
::Autolock _l(mHeapCacheLock);
446
Mutex
::Autolock _l(mHeapCacheLock);
455
Mutex
::Autolock _l(mHeapCacheLock);
Permission.cpp
72
Mutex
::Autolock _l(mLock);
79
Mutex
::Autolock _l(mLock);
/frameworks/base/media/libstagefright/include/
AwesomePlayer.h
103
mutable
Mutex
mLock;
104
Mutex
mMiscStateLock;
/system/core/libcutils/
atomic-android-sh.c
34
* (2)
Mutex
initialization problem happens, which is commented for
36
* We follow the fact that the initializer for
mutex
is a simple zero
/system/extras/tests/bionic/libc/bionic/
test_mutex.c
83
/* error-check
mutex
*/
95
/* recursive
mutex
*/
/bionic/libc/kernel/common/linux/
elevator.h
89
struct
mutex
sysfs_lock;
/external/kernel-headers/original/linux/mtd/
flashchip.h
70
spinlock_t *
mutex
;
member in struct:flchip
/external/kernel-headers/original/linux/
taskstats_kern.h
16
extern struct
mutex
taskstats_exit_mutex;
/external/skia/include/core/
SkThread_platform.h
28
class SkMutex : android::
Mutex
{
/external/webkit/WebCore/bindings/js/
WorkerScriptController.h
80
Mutex
m_sharedDataMutex;
/external/webkit/WebCore/bindings/v8/
WorkerScriptController.h
64
Mutex
m_sharedDataMutex;
/external/webkit/WebCore/platform/text/
TextEncodingRegistry.cpp
122
static
Mutex
& encodingRegistryMutex()
127
DEFINE_STATIC_LOCAL(
Mutex
,
mutex
, ());
128
return
mutex
;
/external/webkit/WebCore/plugins/
PluginMainThreadScheduler.h
81
Mutex
m_queueMutex;
/external/webkit/WebCore/storage/chromium/
QuotaTracker.h
58
Mutex
m_dataGuard;
/frameworks/base/camera/libcameraservice/
CameraService.h
168
mutable
Mutex
mLock;
180
mutable
Mutex
mSurfaceLock;
201
mutable
Mutex
mPreviewLock;
215
mutable
Mutex
mServiceLock;
/frameworks/base/include/media/stagefright/
AudioPlayer.h
76
Mutex
mLock;
DataSource.h
74
static
Mutex
gSnifferMutex;
HTTPDataSource.h
69
mutable
Mutex
mStateLock;
/frameworks/base/media/libmediaplayerservice/
MediaRecorderClient.h
60
Mutex
mLock;
Completed in 505 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>