OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mutex
(Results
476 - 500
of
750
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/base/libs/rs/
rsLocklessFifo.cpp
210
LOGE("LocklessFifo
mutex
init failure");
/frameworks/base/libs/surfaceflinger/
Layer.h
127
mutable
Mutex
mLock;
MessageQueue.h
116
Mutex
mLock;
/hardware/qcom/gps/loc_api/libloc_api/
loc_eng.h
96
//
Mutex
used by deferred action thread
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h
625
pthread_mutex_t
mutex
;
member in struct:VIDDEC_MUTEX
[
all
...]
/external/icu4c/test/intltest/
tsmthred.cpp
373
// is done. Need a
mutex
for memory barrier purposes only, so that other thread
449
// Note:
Mutex
functions are used here not for synchronization,
561
Mutex
m;
643
// platform's
mutex
support is at least superficially there.
656
// Thread safe (using global
mutex
) increment of a variable.
659
Mutex
m;
717
// None of the test threads should have advanced past the first
mutex
.
721
// All of the test threads have made it to the first
mutex
.
722
// We (the main thread) now let them advance to the second
mutex
,
737
// All test threads made it to the second
mutex
[
all
...]
/external/webkit/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
JavaScriptCore.def
12
??0
Mutex
@WTF@@QAE@XZ
28
??1
Mutex
@WTF@@QAE@XZ
192
?lock@
Mutex
@WTF@@QAEXXZ
300
?tryLock@
Mutex
@WTF@@QAE_NXZ
303
?unlock@
Mutex
@WTF@@QAEXXZ
/external/kernel-headers/original/linux/
fs.h
238
#include <linux/
mutex
.h>
416
struct
mutex
bd_mutex; /* open/close
mutex
*/
417
struct
mutex
bd_mount_mutex; /* mount
mutex
*/
519
struct
mutex
i_mutex;
546
struct
mutex
inotify_mutex; /* protects the watches list */
876
struct
mutex
s_lock;
905
struct
mutex
s_vfs_rename_mutex; /* Kludge */
[
all
...]
msdos_fs.h
199
#include <linux/
mutex
.h>
244
struct
mutex
fat_lock;
/frameworks/base/opengl/libs/EGL/
egl.cpp
70
static
Mutex
sLock;
77
Mutex
::Autolock _l(sLock);
85
Mutex
::Autolock _l(sLock);
94
Mutex
::Autolock _l(sLock);
144
Mutex
egl_object_t::sLock;
170
Mutex
lock;
541
// this
mutex
protects:
648
Mutex
::Autolock _l(dp->lock);
752
Mutex
::Autolock _l(dp->lock);
[
all
...]
/dalvik/libcore/x-net/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp
702
* (4) Finally, a
mutex
is needed to make sure that at most one thread is in
704
* requirement. We use the same
mutex
to guard the field for counting the
711
* accesses to that field inside a lock/unlock sequence of our
mutex
, but
718
MUTEX_TYPE
mutex
;
member in struct:app_data
742
if (MUTEX_SETUP(data->
mutex
) == -1) {
773
MUTEX_CLEANUP(data->
mutex
);
857
* @param data The application data structure with
mutex
info etc.
897
if (MUTEX_LOCK(data->
mutex
) == -1) {
915
MUTEX_UNLOCK(data->
mutex
);
925
* @param data The application data structure with
mutex
info etc.
[
all
...]
/external/bluetooth/glib/glib/
gslice.c
207
static GMutex *smc_tree_mutex = NULL; /*
mutex
for G_SLICE=debug-blocks */
391
g_mutex_lock_a (GMutex *
mutex
,
395
if (!g_mutex_trylock (
mutex
))
397
g_mutex_lock (
mutex
);
575
/* g_mutex_lock (allocator->
mutex
); done by caller */
646
/* g_mutex_unlock (allocator->
mutex
); was done by magazine_cache_trim() */
[
all
...]
/external/clearsilver/util/
skiplist.c
56
pthread_mutex_t read; /* readers count/cond wait
mutex
*/
57
pthread_mutex_t write; /* writer
mutex
*/
/external/opencore/oscl/oscl/osclbase/src/
oscl_linked_list.h
415
* the LinkedList. It has
mutex
protection to
571
// PVMutex
mutex
;
/external/skia/src/views/
SkEvent.cpp
339
// call outside of us holding the
mutex
375
// call outside of us holding the
mutex
/external/v8/src/
platform-macos.cc
470
class MacOSMutex : public
Mutex
{
491
Mutex
* OS::CreateMutex() {
platform-solaris.cc
417
class SolarisMutex : public
Mutex
{
438
Mutex
* OS::CreateMutex() {
top.h
379
//
Mutex
for serializing access to break control structures.
380
static
Mutex
* break_access_;
/external/webkit/WebCore/workers/
DefaultSharedWorkerRepository.cpp
105
Mutex
m_workerDocumentsLock;
390
// Creates a new SharedWorkerProxy or returns an existing one from the repository. Must only be called while the repository
mutex
is held.
/frameworks/base/libs/audioflinger/
AudioDumpInterface.cpp
181
Mutex
::Autolock _l(mLock);
200
Mutex
::Autolock _l(mLock);
/frameworks/base/libs/utils/
RefBase.cpp
229
Mutex
mMutex;
271
mutable
Mutex
mMutex;
/frameworks/base/media/libmedia/
mediarecorder.cpp
616
Mutex
::Autolock _l(mLock);
632
Mutex
::Autolock _l(mNotifyLock);
/bionic/libc/kernel/common/linux/
blkdev.h
358
struct
mutex
sysfs_lock;
/dalvik/vm/jdwp/
Jdwp.h
157
* events at the same time, so we grab a
mutex
in the "set" call, and
/external/bluetooth/glib/gobject/
gparam.c
59
#define G_SLOCK(
mutex
) g_static_mutex_lock (
mutex
)
60
#define G_SUNLOCK(
mutex
) g_static_mutex_unlock (
mutex
)
[
all
...]
Completed in 694 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>