/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_mutex_test.cc | 24 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/ |
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/compiler-rt/lib/tsan/lit_tests/ |
D | mutexset8.cc | 7 pthread_mutex_t *mtx; variable
|
D | mutexset1.cc | 7 pthread_mutex_t mtx; variable
|
D | free_race.c | 12 pthread_mutex_t mtx; variable
|
D | mutexset2.cc | 7 pthread_mutex_t mtx; variable
|
D | mutexset7.cc | 16 pthread_mutex_t mtx; in Thread2() local
|
D | longjmp3.cc | 20 pthread_mutex_t mtx; in badguy() local
|
D | longjmp4.cc | 23 pthread_mutex_t mtx; in badguy() local
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
D | ptw32_mutex_check_need_init.c | 52 register pthread_mutex_t mtx; in ptw32_mutex_check_need_init() local
|
/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
|
D | tsan_test_util_linux.cc | 50 pthread_mutex_t mtx = PTHREAD_MUTEX_INITIALIZER; in TestMutexBeforeInit() local
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_sync.h | 57 Mutex mtx; member 105 Mutex mtx; member
|
D | tsan_trace.h | 64 Mutex mtx; member
|
D | tsan_interface_java.cc | 31 Mutex mtx; member
|
D | tsan_rtl_report.cc | 176 ReportMopMutex mtx = {s->uid, d.write}; in AddMemoryAccess() local 180 ReportMopMutex mtx = {d.id, d.write}; in AddMemoryAccess() local
|
D | tsan_interface_ann.cc | 81 Mutex mtx; member
|
/external/llvm/include/llvm/Support/ |
D | Mutex.h | 139 SmartMutex<mt_only>& mtx; variable
|
/external/valgrind/main/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
|
/external/chromium_org/content/common/gpu/ |
D | stream_texture_manager_android.cc | 34 float mtx[16]; in Update() local
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | EllipsisBox.cpp | 170 LayoutUnit mtx = adjustedLocation.x() + m_logicalWidth - markupBox->x(); in nodeAtPoint() local
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stackdepot.cc | 38 StaticSpinMutex mtx; // Protects alloc of new blocks for region allocator. member
|
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/ |
D | PhysicsGhostObject.java | 194 Matrix3f mtx = new Matrix3f(); in getPhysicsRotationMatrix() local
|
D | PhysicsRigidBody.java | 228 Matrix3f mtx = new Matrix3f(); in getPhysicsRotationMatrix() local
|