Home
last modified time | relevance | path

Searched defs:mutex (Results 1 – 25 of 141) sorted by relevance

123456

/external/deqp/framework/delibs/dethread/win32/
DdeMutexWin32.c65 void deMutex_destroy (deMutex mutex) in deMutex_destroy()
71 void deMutex_lock (deMutex mutex) in deMutex_lock()
76 void deMutex_unlock (deMutex mutex) in deMutex_unlock()
81 deBool deMutex_tryLock (deMutex mutex) in deMutex_tryLock()
101 void deMutex_destroy (deMutex mutex) in deMutex_destroy()
107 void deMutex_lock (deMutex mutex) in deMutex_lock()
114 void deMutex_unlock (deMutex mutex) in deMutex_unlock()
121 deBool deMutex_tryLock (deMutex mutex) in deMutex_tryLock()
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod/
Drelease.pass.cpp21 struct mutex struct
29 int mutex::lock_count = 0; argument
Dmember_swap.pass.cpp21 struct mutex struct
27 mutex m; argument
Dnonmember_swap.pass.cpp22 struct mutex struct
28 mutex m; argument
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.mod/
Drelease.pass.cpp23 struct mutex struct
31 int mutex::lock_count = 0; argument
Dnonmember_swap.pass.cpp24 struct mutex struct
30 mutex m; argument
Dmember_swap.pass.cpp23 struct mutex struct
29 mutex m; argument
/external/fio/
Dmutex.c21 void __fio_mutex_remove(struct fio_mutex *mutex) in __fio_mutex_remove()
27 void fio_mutex_remove(struct fio_mutex *mutex) in fio_mutex_remove()
33 int __fio_mutex_init(struct fio_mutex *mutex, int value) in __fio_mutex_init()
78 struct fio_mutex *mutex = NULL; in fio_mutex_init() local
100 int fio_mutex_down_timeout(struct fio_mutex *mutex, unsigned int seconds) in fio_mutex_down_timeout()
136 int fio_mutex_down_trylock(struct fio_mutex *mutex) in fio_mutex_down_trylock()
152 void fio_mutex_down(struct fio_mutex *mutex) in fio_mutex_down()
168 void fio_mutex_up(struct fio_mutex *mutex) in fio_mutex_up()
/external/deqp/framework/delibs/dethread/unix/
DdeMutexUnix.c40 pthread_mutex_t* mutex = deMalloc(sizeof(pthread_mutex_t)); in deMutex_create() local
88 void deMutex_destroy (deMutex mutex) in deMutex_destroy()
96 void deMutex_lock (deMutex mutex) in deMutex_lock()
103 void deMutex_unlock (deMutex mutex) in deMutex_unlock()
110 deBool deMutex_tryLock (deMutex mutex) in deMutex_tryLock()
/external/mesa3d/src/gallium/auxiliary/os/
Dos_thread.h87 #define pipe_static_mutex(mutex) \ argument
90 #define pipe_mutex_init(mutex) \ argument
93 #define pipe_mutex_destroy(mutex) \ argument
96 #define pipe_mutex_lock(mutex) \ argument
99 #define pipe_mutex_unlock(mutex) \ argument
107 #define pipe_static_condvar(mutex) \ argument
116 #define pipe_condvar_wait(cond, mutex) \ argument
164 #define pipe_static_mutex(mutex) \ argument
167 #define pipe_mutex_init(mutex) \ argument
170 #define pipe_mutex_destroy(mutex) \ argument
[all …]
/external/v8/src/base/platform/
Dmutex.cc14 static V8_INLINE void InitializeNativeHandle(pthread_mutex_t* mutex) { in InitializeNativeHandle()
35 static V8_INLINE void InitializeRecursiveNativeHandle(pthread_mutex_t* mutex) { in InitializeRecursiveNativeHandle()
49 static V8_INLINE void DestroyNativeHandle(pthread_mutex_t* mutex) { in DestroyNativeHandle()
56 static V8_INLINE void LockNativeHandle(pthread_mutex_t* mutex) { in LockNativeHandle()
63 static V8_INLINE void UnlockNativeHandle(pthread_mutex_t* mutex) { in UnlockNativeHandle()
70 static V8_INLINE bool TryLockNativeHandle(pthread_mutex_t* mutex) { in TryLockNativeHandle()
/external/llvm/lib/Support/
DMutex.cpp48 pthread_mutex_t* mutex = in MutexImpl() local
77 pthread_mutex_t* mutex = static_cast<pthread_mutex_t*>(data_); in ~MutexImpl() local
86 pthread_mutex_t* mutex = static_cast<pthread_mutex_t*>(data_); in acquire() local
96 pthread_mutex_t* mutex = static_cast<pthread_mutex_t*>(data_); in release() local
106 pthread_mutex_t* mutex = static_cast<pthread_mutex_t*>(data_); in tryacquire() local
/external/valgrind/drd/
Ddrd_qtcore_intercepts.c87 void* mutex, in QT4CORE_FUNC()
102 void* mutex, in QT4CORE_FUNC()
117 void* mutex) in QT4CORE_FUNC()
131 void** mutex) in QT4CORE_FUNC()
145 void* mutex) in QT4CORE_FUNC()
159 void* mutex) in QT4CORE_FUNC()
174 void* mutex, in QT4CORE_FUNC()
190 void* mutex) in QT4CORE_FUNC()
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DSynchronized.java59 final Object mutex; field in Synchronized.SynchronizedObject
61 SynchronizedObject(Object delegate, @Nullable Object mutex) { in SynchronizedObject()
85 Collection<E> collection, @Nullable Object mutex) { in collection()
92 Collection<E> delegate, @Nullable Object mutex) { in SynchronizedCollection()
193 @VisibleForTesting static <E> Set<E> set(Set<E> set, @Nullable Object mutex) { in set()
200 SynchronizedSet(Set<E> delegate, @Nullable Object mutex) { in SynchronizedSet()
227 SortedSet<E> set, @Nullable Object mutex) { in sortedSet()
233 SynchronizedSortedSet(SortedSet<E> delegate, @Nullable Object mutex) { in SynchronizedSortedSet()
286 private static <E> List<E> list(List<E> list, @Nullable Object mutex) { in list()
294 SynchronizedList(List<E> delegate, @Nullable Object mutex) { in SynchronizedList()
[all …]
/external/guava/guava/src/com/google/common/collect/
DSynchronized.java62 final Object mutex; field in Synchronized.SynchronizedObject
64 SynchronizedObject(Object delegate, @Nullable Object mutex) { in SynchronizedObject()
98 Collection<E> collection, @Nullable Object mutex) { in collection()
105 Collection<E> delegate, @Nullable Object mutex) { in SynchronizedCollection()
206 @VisibleForTesting static <E> Set<E> set(Set<E> set, @Nullable Object mutex) { in set()
213 SynchronizedSet(Set<E> delegate, @Nullable Object mutex) { in SynchronizedSet()
240 SortedSet<E> set, @Nullable Object mutex) { in sortedSet()
246 SynchronizedSortedSet(SortedSet<E> delegate, @Nullable Object mutex) { in SynchronizedSortedSet()
299 private static <E> List<E> list(List<E> list, @Nullable Object mutex) { in list()
307 SynchronizedList(List<E> delegate, @Nullable Object mutex) { in SynchronizedList()
[all …]
/external/jemalloc/src/
Dmutex.c72 malloc_mutex_init(malloc_mutex_t *mutex) in malloc_mutex_init()
106 malloc_mutex_prefork(malloc_mutex_t *mutex) in malloc_mutex_prefork()
113 malloc_mutex_postfork_parent(malloc_mutex_t *mutex) in malloc_mutex_postfork_parent()
120 malloc_mutex_postfork_child(malloc_mutex_t *mutex) in malloc_mutex_postfork_child()
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/
Dunlock.pass.cpp25 struct mutex struct
31 mutex m; argument
Dtry_lock.pass.cpp25 struct mutex struct
35 mutex m; argument
Dtry_lock_for.pass.cpp28 struct mutex struct
40 mutex m; argument
Dtry_lock_until.pass.cpp26 struct mutex struct
39 mutex m; argument
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
Dtry_lock.pass.cpp23 struct mutex struct
33 mutex m; argument
Dunlock.pass.cpp23 struct mutex struct
29 mutex m; argument
Dtry_lock_for.pass.cpp26 struct mutex struct
38 mutex m; argument
Dtry_lock_until.pass.cpp24 struct mutex struct
37 mutex m; argument
/external/icu/icu4c/source/common/
Dumutex.cpp112 umtx_lock(UMutex *mutex) { in umtx_lock()
122 umtx_unlock(UMutex* mutex) in umtx_unlock()
153 umtx_condWait(UConditionVar *condition, UMutex *mutex) { in umtx_condWait()
202 umtx_lock(UMutex *mutex) { in umtx_lock()
213 umtx_unlock(UMutex* mutex) in umtx_unlock()
225 umtx_condWait(UConditionVar *cond, UMutex *mutex) { in umtx_condWait()

123456