/external/deqp/framework/delibs/dethread/win32/ |
D | deMutexWin32.c | 65 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/mesa3d/src/gallium/auxiliary/os/ |
D | os_thread.h | 87 #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/fio/ |
D | mutex.c | 21 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/dbus/dbus/ |
D | dbus-sysdeps-thread-win.c | 110 _dbus_platform_cmutex_free (DBusCMutex *mutex) in _dbus_platform_cmutex_free() 116 _dbus_platform_rmutex_free (DBusRMutex *mutex) in _dbus_platform_rmutex_free() 122 _dbus_platform_cmutex_lock (DBusCMutex *mutex) in _dbus_platform_cmutex_lock() 128 _dbus_platform_rmutex_lock (DBusRMutex *mutex) in _dbus_platform_rmutex_lock() 134 _dbus_platform_cmutex_unlock (DBusCMutex *mutex) in _dbus_platform_cmutex_unlock() 140 _dbus_platform_rmutex_unlock (DBusRMutex *mutex) in _dbus_platform_rmutex_unlock() 170 DBusCMutex *mutex, in _dbus_condvar_wait_win32() 229 DBusCMutex *mutex) in _dbus_platform_condvar_wait() 236 DBusCMutex *mutex, in _dbus_platform_condvar_wait_timeout()
|
D | dbus-sysdeps-pthread.c | 134 _dbus_platform_cmutex_free (DBusCMutex *mutex) in _dbus_platform_cmutex_free() 141 _dbus_platform_rmutex_free (DBusRMutex *mutex) in _dbus_platform_rmutex_free() 148 _dbus_platform_cmutex_lock (DBusCMutex *mutex) in _dbus_platform_cmutex_lock() 154 _dbus_platform_rmutex_lock (DBusRMutex *mutex) in _dbus_platform_rmutex_lock() 160 _dbus_platform_cmutex_unlock (DBusCMutex *mutex) in _dbus_platform_cmutex_unlock() 166 _dbus_platform_rmutex_unlock (DBusRMutex *mutex) in _dbus_platform_rmutex_unlock() 213 DBusCMutex *mutex) in _dbus_platform_condvar_wait() 220 DBusCMutex *mutex, in _dbus_platform_condvar_wait_timeout()
|
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.mod/ |
D | release.pass.cpp | 23 struct mutex struct 31 int mutex::lock_count = 0; argument
|
D | member_swap.pass.cpp | 23 struct mutex struct 29 mutex m; argument
|
D | nonmember_swap.pass.cpp | 24 struct mutex struct 30 mutex m; argument
|
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod/ |
D | release.pass.cpp | 21 struct mutex struct 29 int mutex::lock_count = 0; argument
|
D | member_swap.pass.cpp | 21 struct mutex struct 27 mutex m; argument
|
D | nonmember_swap.pass.cpp | 22 struct mutex struct 28 mutex m; argument
|
/external/deqp/framework/delibs/dethread/unix/ |
D | deMutexUnix.c | 40 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/v8/src/base/platform/ |
D | mutex.cc | 14 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/valgrind/drd/ |
D | drd_qtcore_intercepts.c | 87 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/ |
D | Synchronized.java | 59 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/ |
D | Synchronized.java | 65 final Object mutex; field in Synchronized.SynchronizedObject 67 SynchronizedObject(Object delegate, @Nullable Object mutex) { in SynchronizedObject() 101 Collection<E> collection, @Nullable Object mutex) { in collection() 108 Collection<E> delegate, @Nullable Object mutex) { in SynchronizedCollection() 209 @VisibleForTesting static <E> Set<E> set(Set<E> set, @Nullable Object mutex) { in set() 216 SynchronizedSet(Set<E> delegate, @Nullable Object mutex) { in SynchronizedSet() 243 SortedSet<E> set, @Nullable Object mutex) { in sortedSet() 249 SynchronizedSortedSet(SortedSet<E> delegate, @Nullable Object mutex) { in SynchronizedSortedSet() 302 private static <E> List<E> list(List<E> list, @Nullable Object mutex) { in list() 310 SynchronizedList(List<E> delegate, @Nullable Object mutex) { in SynchronizedList() [all …]
|
/external/llvm/lib/Support/ |
D | Mutex.cpp | 48 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/libmicrohttpd/src/include/ |
D | platform_interface.h | 252 #define MHD_mutex_create_(mutex) \ argument 260 #define MHD_mutex_create_(mutex) \ argument 270 #define MHD_mutex_destroy_(mutex) \ argument 278 #define MHD_mutex_destroy_(mutex) \ argument 290 #define MHD_mutex_lock_(mutex) \ argument 300 #define MHD_mutex_lock_(mutex) \ argument 312 #define MHD_mutex_trylock_(mutex) \ argument 322 #define MHD_mutex_trylock_(mutex) \ argument 332 #define MHD_mutex_unlock_(mutex) \ argument 340 #define MHD_mutex_unlock_(mutex) \ argument
|
/external/jemalloc/src/ |
D | mutex.c | 72 malloc_mutex_init(malloc_mutex_t *mutex) in malloc_mutex_init() 110 malloc_mutex_prefork(malloc_mutex_t *mutex) in malloc_mutex_prefork() 117 malloc_mutex_postfork_parent(malloc_mutex_t *mutex) in malloc_mutex_postfork_parent() 124 malloc_mutex_postfork_child(malloc_mutex_t *mutex) in malloc_mutex_postfork_child()
|
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/ |
D | unlock.pass.cpp | 23 struct mutex struct 29 mutex m; argument
|
D | try_lock.pass.cpp | 23 struct mutex struct 33 mutex m; argument
|
D | try_lock_for.pass.cpp | 26 struct mutex struct 38 mutex m; argument
|
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/ |
D | try_lock.pass.cpp | 25 struct mutex struct 35 mutex m; argument
|
D | unlock.pass.cpp | 25 struct mutex struct 31 mutex m; argument
|
D | try_lock_for.pass.cpp | 28 struct mutex struct 40 mutex m; argument
|