/external/llvm/lib/Support/ |
D | Mutex.cpp | 48 pthread_mutex_t* mutex = in MutexImpl() 49 static_cast<pthread_mutex_t*>(malloc(sizeof(pthread_mutex_t))); in MutexImpl() 77 pthread_mutex_t* mutex = static_cast<pthread_mutex_t*>(data_); in ~MutexImpl() 86 pthread_mutex_t* mutex = static_cast<pthread_mutex_t*>(data_); in acquire() 96 pthread_mutex_t* mutex = static_cast<pthread_mutex_t*>(data_); in release() 106 pthread_mutex_t* mutex = static_cast<pthread_mutex_t*>(data_); in tryacquire()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Mutex.cpp | 48 pthread_mutex_t* mutex = in MutexImpl() 49 static_cast<pthread_mutex_t*>(malloc(sizeof(pthread_mutex_t))); in MutexImpl() 77 pthread_mutex_t* mutex = static_cast<pthread_mutex_t*>(data_); in ~MutexImpl() 86 pthread_mutex_t* mutex = static_cast<pthread_mutex_t*>(data_); in acquire() 96 pthread_mutex_t* mutex = static_cast<pthread_mutex_t*>(data_); in release() 106 pthread_mutex_t* mutex = static_cast<pthread_mutex_t*>(data_); in tryacquire()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | Mutex.cpp | 64 pthread_mutex_t* mutex = in MutexImpl() 65 static_cast<pthread_mutex_t*>(malloc(sizeof(pthread_mutex_t))); in MutexImpl() 102 pthread_mutex_t* mutex = static_cast<pthread_mutex_t*>(data_); in ~MutexImpl() 114 pthread_mutex_t* mutex = static_cast<pthread_mutex_t*>(data_); in acquire() 127 pthread_mutex_t* mutex = static_cast<pthread_mutex_t*>(data_); in release() 140 pthread_mutex_t* mutex = static_cast<pthread_mutex_t*>(data_); in tryacquire()
|
/external/swiftshader/third_party/LLVM/test/Linker/ |
D | 2011-08-22-ResolveAlias.ll | 5 %union.pthread_mutex_t = type { [40 x i8] } 20 @_ZL26__gthrw_pthread_mutex_lockP15pthread_mutex_t = alias weak i32 (%union.pthread_mutex_t*)* @pth… 21 @_ZL29__gthrw_pthread_mutex_trylockP15pthread_mutex_t = alias weak i32 (%union.pthread_mutex_t*)* @… 22 …utex_timedlockP15pthread_mutex_tPK8timespec = alias weak i32 (%union.pthread_mutex_t*, %struct.tim… 23 @_ZL28__gthrw_pthread_mutex_unlockP15pthread_mutex_t = alias weak i32 (%union.pthread_mutex_t*)* @p… 24 …itP15pthread_mutex_tPK19pthread_mutexattr_t = alias weak i32 (%union.pthread_mutex_t*, %union.pthr… 25 @_ZL29__gthrw_pthread_mutex_destroyP15pthread_mutex_t = alias weak i32 (%union.pthread_mutex_t*)* @… 28 …tP15pthread_mutex_t = alias weak i32 (%union.pthread_cond_t*, %union.pthread_mutex_t*)* @pthread_c… 29 …_mutex_tPK8timespec = alias weak i32 (%union.pthread_cond_t*, %union.pthread_mutex_t*, %struct.tim… 57 declare extern_weak i32 @pthread_mutex_lock(%union.pthread_mutex_t*) [all …]
|
D | 2011-08-22-ResolveAlias2.ll | 7 %union.pthread_mutex_t = type { [40 x i8] } 23 @_ZL26__gthrw_pthread_mutex_lockP15pthread_mutex_t = alias weak i32 (%union.pthread_mutex_t*)* @pth… 24 @_ZL29__gthrw_pthread_mutex_trylockP15pthread_mutex_t = alias weak i32 (%union.pthread_mutex_t*)* @… 25 …utex_timedlockP15pthread_mutex_tPK8timespec = alias weak i32 (%union.pthread_mutex_t*, %struct.tim… 26 @_ZL28__gthrw_pthread_mutex_unlockP15pthread_mutex_t = alias weak i32 (%union.pthread_mutex_t*)* @p… 27 …itP15pthread_mutex_tPK19pthread_mutexattr_t = alias weak i32 (%union.pthread_mutex_t*, %union.pthr… 28 @_ZL29__gthrw_pthread_mutex_destroyP15pthread_mutex_t = alias weak i32 (%union.pthread_mutex_t*)* @… 31 …tP15pthread_mutex_t = alias weak i32 (%union.pthread_cond_t*, %union.pthread_mutex_t*)* @pthread_c… 32 …_mutex_tPK8timespec = alias weak i32 (%union.pthread_cond_t*, %union.pthread_mutex_t*, %struct.tim… 62 declare extern_weak i32 @pthread_mutex_lock(%union.pthread_mutex_t*) [all …]
|
/external/clang/test/Analysis/Inputs/ |
D | system-header-simulator-for-pthread-lock.h | 8 } pthread_mutex_t; typedef 18 typedef pthread_mutex_t lck_mtx_t; 20 extern int pthread_mutex_lock(pthread_mutex_t *); 21 extern int pthread_mutex_unlock(pthread_mutex_t *); 22 extern int pthread_mutex_trylock(pthread_mutex_t *); 23 extern int pthread_mutex_destroy(pthread_mutex_t *); 24 extern int pthread_mutex_init(pthread_mutex_t *mutex, const pthread_mutexattr_t *mutexattr);
|
/external/deqp/framework/delibs/dethread/unix/ |
D | deMutexUnix.c | 34 DE_STATIC_ASSERT(sizeof(deMutex) >= sizeof(pthread_mutex_t*)); 40 pthread_mutex_t* mutex = deMalloc(sizeof(pthread_mutex_t)); in deMutex_create() 90 pthread_mutex_t* pMutex = (pthread_mutex_t*)mutex; in deMutex_destroy() 98 int ret = pthread_mutex_lock((pthread_mutex_t*)mutex); in deMutex_lock() 105 int ret = pthread_mutex_unlock((pthread_mutex_t*)mutex); in deMutex_unlock() 112 return (pthread_mutex_trylock((pthread_mutex_t*)mutex) == 0); in deMutex_tryLock()
|
/external/llvm/test/CodeGen/Generic/ |
D | 2009-03-17-LSR-APInt.ll | 28 %struct.pthread_mutex_t = type { %struct..0__pthread_mutex_s } 38 … weak alias i32 (%struct.pthread_mutex_t*), i32 (%struct.pthread_mutex_t*)* @pthread_mutex_lock ;… 39 …eak alias i32 (%struct.pthread_mutex_t*), i32 (%struct.pthread_mutex_t*)* @pthread_mutex_trylock … 40 …weak alias i32 (%struct.pthread_mutex_t*), i32 (%struct.pthread_mutex_t*)* @pthread_mutex_unlock … 41 …ruct.pthread_mutex_t*, %struct.Alignment*), i32 (%struct.pthread_mutex_t*, %struct.Alignment*)* @p… 86 define i32 @pthread_mutex_lock(%struct.pthread_mutex_t*) { 90 define i32 @pthread_mutex_trylock(%struct.pthread_mutex_t*) { 94 define i32 @pthread_mutex_unlock(%struct.pthread_mutex_t*) { 98 define i32 @pthread_mutex_init(%struct.pthread_mutex_t*, %struct.Alignment*) {
|
/external/libvpx/libvpx/vpx_util/ |
D | vpx_thread.h | 35 typedef CRITICAL_SECTION pthread_mutex_t; typedef 101 static INLINE int pthread_mutex_init(pthread_mutex_t *const mutex, in pthread_mutex_init() 112 static INLINE int pthread_mutex_trylock(pthread_mutex_t *const mutex) { in pthread_mutex_trylock() 116 static INLINE int pthread_mutex_lock(pthread_mutex_t *const mutex) { in pthread_mutex_lock() 121 static INLINE int pthread_mutex_unlock(pthread_mutex_t *const mutex) { in pthread_mutex_unlock() 126 static INLINE int pthread_mutex_destroy(pthread_mutex_t *const mutex) { in pthread_mutex_destroy() 180 pthread_mutex_t *const mutex) { in pthread_cond_wait() 206 #define pthread_mutex_t HMTX 258 static INLINE int pthread_mutex_init(pthread_mutex_t *const mutex, 264 static INLINE int pthread_mutex_trylock(pthread_mutex_t *const mutex) { [all …]
|
/external/llvm/test/Transforms/GVN/ |
D | 2009-03-10-PREOnVoid.ll | 12 …%struct.pthread_mutex_t = type { i32, i32, %struct._pthread_descr_struct*, i32, %llvm.dbg.anchor.t… 25 … weak alias i32 (%struct.pthread_mutex_t*), i32 (%struct.pthread_mutex_t*)* @pthread_mutex_lock ;… 26 …eak alias i32 (%struct.pthread_mutex_t*), i32 (%struct.pthread_mutex_t*)* @pthread_mutex_trylock … 27 …weak alias i32 (%struct.pthread_mutex_t*), i32 (%struct.pthread_mutex_t*)* @pthread_mutex_unlock … 28 ….pthread_mutex_t*, %struct.__sched_param*), i32 (%struct.pthread_mutex_t*, %struct.__sched_param*)… 76 define i32 @pthread_mutex_lock(%struct.pthread_mutex_t*) { 80 define i32 @pthread_mutex_trylock(%struct.pthread_mutex_t*) { 84 define i32 @pthread_mutex_unlock(%struct.pthread_mutex_t*) { 88 define i32 @pthread_mutex_init(%struct.pthread_mutex_t*, %struct.__sched_param*) {
|
/external/valgrind/helgrind/tests/ |
D | tc15_laog_lockdel.c | 14 pthread_mutex_t *mx1, *mx2; in main() 15 assert (sizeof(pthread_mutex_t) <= 120); in main() 16 mx1 = malloc(120 + sizeof(pthread_mutex_t) - sizeof(pthread_mutex_t)); in main() 17 mx2 = malloc(120 + sizeof(pthread_mutex_t) - sizeof(pthread_mutex_t)); in main()
|
D | tc22_exit_w_lock.c | 10 pthread_mutex_t mxC1 = PTHREAD_MUTEX_INITIALIZER; 11 pthread_mutex_t mxC2 = PTHREAD_MUTEX_INITIALIZER; 12 pthread_mutex_t mxC2b = PTHREAD_MUTEX_INITIALIZER; 13 pthread_mutex_t mxP = PTHREAD_MUTEX_INITIALIZER;
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | 2009-03-17-LSR-APInt.ll | 28 %struct.pthread_mutex_t = type { %struct..0__pthread_mutex_s } 38 …thread_mutex_t = alias weak i32 (%struct.pthread_mutex_t*)* @pthread_mutex_lock ; <i32 (%struct.p… 39 …read_mutex_t = alias weak i32 (%struct.pthread_mutex_t*)* @pthread_mutex_trylock ; <i32 (%struct.… 40 …hread_mutex_t = alias weak i32 (%struct.pthread_mutex_t*)* @pthread_mutex_unlock ; <i32 (%struct.… 41 …tr_t = alias weak i32 (%struct.pthread_mutex_t*, %struct.Alignment*)* @pthread_mutex_init ; <i32 … 76 declare i32 @pthread_mutex_lock(%struct.pthread_mutex_t*) 78 declare i32 @pthread_mutex_trylock(%struct.pthread_mutex_t*) 80 declare i32 @pthread_mutex_unlock(%struct.pthread_mutex_t*) 82 declare i32 @pthread_mutex_init(%struct.pthread_mutex_t*, %struct.Alignment*)
|
/external/valgrind/drd/tests/ |
D | recursive_mutex.c | 13 static void lock_twice(pthread_mutex_t* const p) in lock_twice() 29 pthread_mutex_t m = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP; in main() 38 pthread_mutex_t m; in main() 52 pthread_mutex_t m; in main() 66 pthread_mutex_t m = PTHREAD_MUTEX_INITIALIZER; in main()
|
/external/libmpeg2/common/ |
D | ithread.c | 67 return sizeof(pthread_mutex_t); in ithread_get_mutex_lock_size() 90 return(sizeof(pthread_mutex_t)); in ithread_get_mutex_struct_size() 94 return pthread_mutex_init((pthread_mutex_t *) mutex, NULL); in ithread_mutex_init() 99 return pthread_mutex_destroy((pthread_mutex_t *) mutex); in ithread_mutex_destroy() 104 return pthread_mutex_lock((pthread_mutex_t *)mutex); in ithread_mutex_lock() 109 return pthread_mutex_unlock((pthread_mutex_t *)mutex); in ithread_mutex_unlock()
|
/external/libhevc/common/ |
D | ithread.c | 61 return sizeof(pthread_mutex_t); in ithread_get_mutex_lock_size() 82 return (sizeof(pthread_mutex_t)); in ithread_get_mutex_struct_size() 86 return pthread_mutex_init((pthread_mutex_t *)mutex, NULL); in ithread_mutex_init() 91 return pthread_mutex_destroy((pthread_mutex_t *)mutex); in ithread_mutex_destroy() 96 return pthread_mutex_lock((pthread_mutex_t *)mutex); in ithread_mutex_lock() 101 return pthread_mutex_unlock((pthread_mutex_t *)mutex); in ithread_mutex_unlock()
|
/external/libavc/common/ |
D | ithread.c | 73 return sizeof(pthread_mutex_t); in ithread_get_mutex_lock_size() 92 return(sizeof(pthread_mutex_t)); in ithread_get_mutex_struct_size() 96 return pthread_mutex_init((pthread_mutex_t *) mutex, NULL); in ithread_mutex_init() 101 return pthread_mutex_destroy((pthread_mutex_t *) mutex); in ithread_mutex_destroy() 106 return pthread_mutex_lock((pthread_mutex_t *)mutex); in ithread_mutex_lock() 111 return pthread_mutex_unlock((pthread_mutex_t *)mutex); in ithread_mutex_unlock()
|
/external/swiftshader/third_party/LLVM/test/Transforms/GVN/ |
D | 2009-03-10-PREOnVoid.ll | 12 …%struct.pthread_mutex_t = type { i32, i32, %struct._pthread_descr_struct*, i32, %llvm.dbg.anchor.t… 25 …thread_mutex_t = alias weak i32 (%struct.pthread_mutex_t*)* @pthread_mutex_lock ; <i32 (%struct.p… 26 …read_mutex_t = alias weak i32 (%struct.pthread_mutex_t*)* @pthread_mutex_trylock ; <i32 (%struct.… 27 …hread_mutex_t = alias weak i32 (%struct.pthread_mutex_t*)* @pthread_mutex_unlock ; <i32 (%struct.… 28 …_t = alias weak i32 (%struct.pthread_mutex_t*, %struct.__sched_param*)* @pthread_mutex_init ; <i3… 66 declare i32 @pthread_mutex_lock(%struct.pthread_mutex_t*) 68 declare i32 @pthread_mutex_trylock(%struct.pthread_mutex_t*) 70 declare i32 @pthread_mutex_unlock(%struct.pthread_mutex_t*) 72 declare i32 @pthread_mutex_init(%struct.pthread_mutex_t*, %struct.__sched_param*)
|
/external/libevent/ |
D | evthread_pthread.c | 46 pthread_mutex_t *lock = mm_malloc(sizeof(pthread_mutex_t)); in evthread_posix_lock_alloc() 61 pthread_mutex_t *lock = _lock; in evthread_posix_lock_free() 69 pthread_mutex_t *lock = _lock; in evthread_posix_lock() 79 pthread_mutex_t *lock = _lock; in evthread_posix_unlock() 139 pthread_mutex_t *lock = _lock; in evthread_posix_cond_wait()
|
/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/helgrind/ |
D | hg_intercepts.c | 765 pthread_mutex_t *mutex, in PTH_FUNC() 788 pthread_mutex_t*,mutex, long,mbRec); in PTH_FUNC() 837 static int mutex_destroy_WRK(pthread_mutex_t *mutex) in mutex_destroy_WRK() 849 static const pthread_mutex_t mutex_init = PTHREAD_MUTEX_INITIALIZER; in mutex_destroy_WRK() 856 pthread_mutex_t*, mutex, unsigned long, mutex_is_init); in mutex_destroy_WRK() 872 pthread_mutex_t *mutex) { in PTH_FUNC() 877 pthread_mutex_t *mutex) { in PTH_FUNC() 890 static int mutex_lock_WRK(pthread_mutex_t *mutex) in mutex_lock_WRK() 900 pthread_mutex_t*,mutex, long,0/*!isTryLock*/); in mutex_lock_WRK() 910 pthread_mutex_t *, mutex, long, (ret == 0) ? True : False); in mutex_lock_WRK() [all …]
|
/external/ltp/testcases/kernel/sched/nptl/ |
D | nptl01.c | 56 pthread_mutex_t req; 57 pthread_mutex_t ack; 58 pthread_mutex_t wait; 72 void call_mutex_init(pthread_mutex_t * mutex, char *buf, size_t buf_len) in call_mutex_init() 82 void call_mutex_lock(pthread_mutex_t * mutex, char *buf, size_t buf_len) in call_mutex_lock() 92 void call_mutex_unlock(pthread_mutex_t * mutex, char *buf, size_t buf_len) in call_mutex_unlock() 112 void call_cond_wait(pthread_cond_t * cond, pthread_mutex_t * mutex, in call_cond_wait() 133 void do_timedwait(pthread_cond_t * cond, pthread_mutex_t * mutex, in do_timedwait()
|
/external/clang/test/Modules/ |
D | merge-name-for-linkage.cpp | 4 typedef union {} pthread_mutex_t; typedef 6 pthread_mutex_t x; 8 pthread_mutex_t y;
|
/external/compiler-rt/test/tsan/ |
D | mutex_lock_destroyed.cc | 10 pthread_mutex_t *m = (pthread_mutex_t *)malloc(sizeof(pthread_mutex_t)); in main()
|
/external/valgrind/drd/ |
D | drd_pthread_intercepts.c | 213 pthread_mutex_t mutex; 265 static __always_inline void DRD_(ignore_mutex_ordering)(pthread_mutex_t *mutex) in DRD_() 367 static __always_inline MutexT DRD_(mutex_type)(pthread_mutex_t* mutex) in DRD_() 811 int pthread_mutex_init_intercept(pthread_mutex_t *mutex, in pthread_mutex_init_intercept() 831 (pthread_mutex_t *mutex, const pthread_mutexattr_t* attr), 857 int pthread_mutex_destroy_intercept(pthread_mutex_t* mutex) in pthread_mutex_destroy_intercept() 873 (pthread_mutex_t *mutex), (mutex)); 876 (pthread_mutex_t *mutex), (mutex)); 880 int pthread_mutex_lock_intercept(pthread_mutex_t* mutex) in pthread_mutex_lock_intercept() 896 (pthread_mutex_t *mutex), (mutex)); [all …]
|