Home
last modified time | relevance | path

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

12

/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_mutex_test.cc24 explicit TestData(MutexType *mtx) in TestData()
96 static void check_locked(MutexType *mtx) { in check_locked()
102 SpinMutex mtx; in TEST() local
113 SpinMutex mtx; in TEST() local
125 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/compiler-rt/lib/tsan/lit_tests/
Dmutexset8.cc7 pthread_mutex_t *mtx; variable
Dmutexset1.cc7 pthread_mutex_t mtx; variable
Dfree_race.c12 pthread_mutex_t mtx; variable
Dmutexset2.cc7 pthread_mutex_t mtx; variable
Dmutexset7.cc16 pthread_mutex_t mtx; in Thread2() local
Dlongjmp3.cc20 pthread_mutex_t mtx; in badguy() local
Dlongjmp4.cc23 pthread_mutex_t mtx; in badguy() local
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
Dptw32_mutex_check_need_init.c52 register pthread_mutex_t mtx; in ptw32_mutex_check_need_init() local
/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_posix.cc20 pthread_mutex_t *mtx; member
57 pthread_mutex_t mtx; in TEST() local
Dtsan_test_util_linux.cc50 pthread_mutex_t mtx = PTHREAD_MUTEX_INITIALIZER; in TestMutexBeforeInit() local
/external/compiler-rt/lib/tsan/rtl/
Dtsan_sync.h57 Mutex mtx; member
105 Mutex mtx; member
Dtsan_trace.h64 Mutex mtx; member
Dtsan_interface_java.cc31 Mutex mtx; member
Dtsan_rtl_report.cc176 ReportMopMutex mtx = {s->uid, d.write}; in AddMemoryAccess() local
180 ReportMopMutex mtx = {d.id, d.write}; in AddMemoryAccess() local
Dtsan_interface_ann.cc81 Mutex mtx; member
/external/llvm/include/llvm/Support/
DMutex.h139 SmartMutex<mt_only>& mtx; variable
/external/valgrind/main/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
/external/chromium_org/content/common/gpu/
Dstream_texture_manager_android.cc34 float mtx[16]; in Update() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DEllipsisBox.cpp170 LayoutUnit mtx = adjustedLocation.x() + m_logicalWidth - markupBox->x(); in nodeAtPoint() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stackdepot.cc38 StaticSpinMutex mtx; // Protects alloc of new blocks for region allocator. member
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/
DPhysicsGhostObject.java194 Matrix3f mtx = new Matrix3f(); in getPhysicsRotationMatrix() local
DPhysicsRigidBody.java228 Matrix3f mtx = new Matrix3f(); in getPhysicsRotationMatrix() local

12