Home
last modified time | relevance | path

Searched defs:mtx (Results 1 – 25 of 45) sorted by relevance

12

/external/jemalloc/test/src/
Dmtx.c8 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/
Dsanitizer_mutex_test.cc27 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/
Dtsan_mutex_test.cc25 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/
Dmtx.c8 mtx_t mtx; in TEST_BEGIN() local
18 mtx_t mtx; member
/external/pdfium/third_party/lcms2-2.6/src/
Dcmserr.c598 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/
Dbench_rwmutex.cc9 pthread_rwlock_t mtx; variable
Dbench_mutex.cc9 pthread_mutex_t mtx; variable
Dbench_local_mutex.cc9 pthread_mutex_t *mtx; variable
Dmutexset8.cc5 pthread_mutex_t *mtx; variable
Dmutexset1.cc5 pthread_mutex_t mtx; variable
Dfree_race.c8 pthread_mutex_t mtx; variable
Dmutexset2.cc5 pthread_mutex_t mtx; variable
Dbench_ten_mutexes.cc10 pthread_mutex_t mtx[kMutex]; variable
Dmutexset7.cc14 pthread_mutex_t *mtx = new pthread_mutex_t; in Thread2() local
Dlongjmp3.cc24 pthread_mutex_t mtx; in badguy() local
Dlongjmp4.cc27 pthread_mutex_t mtx; in badguy() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector2.cc78 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
Dsanitizer_persistent_allocator.h30 StaticSpinMutex mtx; // Protects alloc of new blocks for region allocator. variable
/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_posix.cc20 pthread_mutex_t *mtx; member
57 pthread_mutex_t mtx; in TEST() local
/external/jemalloc/include/jemalloc/internal/
Dmb.h105 malloc_mutex_t mtx; in mb_write() local
/external/llvm/include/llvm/Support/
DMutex.h142 SmartMutex<mt_only>& mtx; variable
/external/webp/src/dsp/
Denc_sse41.c236 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/
DtcuMatrix.hpp455 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/
Ddrd.h171 #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/
Dcom_jme3_bullet_collision_shapes_CompoundCollisionShape.cpp74 btMatrix3x3 mtx = btMatrix3x3(); in Java_com_jme3_bullet_collision_shapes_CompoundCollisionShape_addChildShape() local

12