/external/jemalloc/test/src/ |
D | mtx.c | 8 mtx_init(mtx_t *mtx) in mtx_init() 32 mtx_fini(mtx_t *mtx) in mtx_fini() 43 mtx_lock(mtx_t *mtx) in mtx_lock() 56 mtx_unlock(mtx_t *mtx) in mtx_unlock()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_mutex_test.cc | 27 explicit TestData(MutexType *mtx) in TestData() 98 static void check_locked(MutexType *mtx) { in check_locked() 104 SpinMutex mtx; in TEST() local 115 SpinMutex mtx; in TEST() local 127 BlockingMutex *mtx = new(mtxmem) BlockingMutex(LINKER_INITIALIZED); in TEST() local
|
/external/compiler-rt/lib/tsan/tests/unit/ |
D | tsan_mutex_test.cc | 25 explicit TestData(MutexType *mtx) in TestData() 97 Mutex mtx(MutexTypeAnnotations, StatMtxAnnotations); in TEST() local 107 Mutex mtx(MutexTypeAnnotations, StatMtxAnnotations); in TEST() local 117 SpinMutex mtx; in TEST() local
|
/external/jemalloc/test/unit/ |
D | mtx.c | 8 mtx_t mtx; in TEST_BEGIN() local 18 mtx_t mtx; member
|
/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmserr.c | 598 void defMtxDestroy(cmsContext id, void* mtx) in defMtxDestroy() 605 cmsBool defMtxLock(cmsContext id, void* mtx) in defMtxLock() 612 void defMtxUnlock(cmsContext id, void* mtx) in defMtxUnlock() 680 void CMSEXPORT _cmsDestroyMutex(cmsContext ContextID, void* mtx) in _cmsDestroyMutex() 690 cmsBool CMSEXPORT _cmsLockMutex(cmsContext ContextID, void* mtx) in _cmsLockMutex() 699 void CMSEXPORT _cmsUnlockMutex(cmsContext ContextID, void* mtx) in _cmsUnlockMutex()
|
/external/compiler-rt/test/tsan/ |
D | bench_rwmutex.cc | 9 pthread_rwlock_t mtx; variable
|
D | bench_mutex.cc | 9 pthread_mutex_t mtx; variable
|
D | bench_local_mutex.cc | 9 pthread_mutex_t *mtx; variable
|
D | mutexset8.cc | 5 pthread_mutex_t *mtx; variable
|
D | mutexset1.cc | 5 pthread_mutex_t mtx; variable
|
D | free_race.c | 8 pthread_mutex_t mtx; variable
|
D | mutexset2.cc | 5 pthread_mutex_t mtx; variable
|
D | bench_ten_mutexes.cc | 10 pthread_mutex_t mtx[kMutex]; variable
|
D | mutexset7.cc | 14 pthread_mutex_t *mtx = new pthread_mutex_t; in Thread2() local
|
D | longjmp3.cc | 24 pthread_mutex_t mtx; in badguy() local
|
D | longjmp4.cc | 27 pthread_mutex_t mtx; in badguy() local
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_deadlock_detector2.cc | 78 StaticSpinMutex mtx; member 112 SpinMutex mtx; member 224 Mutex *mtx = getMutex(m->id); in MutexBeforeLock() local 350 Mutex *mtx = getMutex(m->id); in MutexDestroy() local 369 Mutex *mtx = getMutex(m->id); in CycleCheck() local
|
D | sanitizer_persistent_allocator.h | 30 StaticSpinMutex mtx; // Protects alloc of new blocks for region allocator. variable
|
/external/compiler-rt/lib/tsan/tests/rtl/ |
D | tsan_posix.cc | 20 pthread_mutex_t *mtx; member 57 pthread_mutex_t mtx; in TEST() local
|
/external/jemalloc/include/jemalloc/internal/ |
D | mb.h | 105 malloc_mutex_t mtx; in mb_write() local
|
/external/llvm/include/llvm/Support/ |
D | Mutex.h | 142 SmartMutex<mt_only>& mtx; variable
|
/external/webp/src/dsp/ |
D | enc_sse41.c | 236 const VP8Matrix* const mtx) { in DoQuantizeBlock() 338 const VP8Matrix* const mtx) { in QuantizeBlock() 343 const VP8Matrix* const mtx) { in QuantizeBlockWHT() 348 const VP8Matrix* const mtx) { in Quantize2Blocks()
|
/external/deqp/framework/common/ |
D | tcuMatrix.hpp | 455 Vector<T, Rows> operator* (const Matrix<T, Rows, Cols>& mtx, const Vector<T, Cols>& vec) in operator *() 470 Vector<T, Cols> operator* (const Vector<T, Rows>& vec, const Matrix<T, Rows, Cols>& mtx) in operator *() 505 Matrix<T, Rows, Cols> operator+ (const Matrix<T, Rows, Cols>& mtx, T scalar) in operator +() 515 Matrix<T, Rows, Cols> operator- (const Matrix<T, Rows, Cols>& mtx, T scalar) in operator -() 525 Matrix<T, Rows, Cols> operator* (const Matrix<T, Rows, Cols>& mtx, T scalar) in operator *() 535 Matrix<T, Rows, Cols> operator/ (const Matrix<T, Rows, Cols>& mtx, T scalar) in operator /()
|
/external/valgrind/drd/ |
D | drd.h | 171 #define ANNOTATE_CONDVAR_LOCK_WAIT(cv, mtx) do { } while(0) argument 198 #define ANNOTATE_PURE_HAPPENS_BEFORE_MUTEX(mtx) do { } while(0) argument 201 #define ANNOTATE_MUTEX_IS_USED_AS_CONDVAR(mtx) do { } while(0) argument
|
/external/jmonkeyengine/engine/src/bullet-native/ |
D | com_jme3_bullet_collision_shapes_CompoundCollisionShape.cpp | 74 btMatrix3x3 mtx = btMatrix3x3(); in Java_com_jme3_bullet_collision_shapes_CompoundCollisionShape_addChildShape() local
|