Home
last modified time | relevance | path

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

12

/llvm-project/clang/test/Analysis/
H A Dc11lock.c32 mtx_t mtx; in bad2() local
38 mtx_t mtx; in bad3() local
43 mtx_t mtx; in bad4() local
69 mtx_t mtx; in good() local
77 mtx_t mtx; in good2() local
85 mtx_t mtx; in good3() local
H A Dfuchsia_lock.c46 spin_lock_t mtx; in good() local
53 spin_lock_t mtx; in good2() local
95 sync_mutex_t mtx; in good11() local
101 sync_mutex_t mtx; in good12() local
H A Dpthreadlock_state_nottracked.c9 void test(pthread_mutex_t *mtx) { in test()
H A Dpthreadlock_state.c9 pthread_mutex_t mtx; variable
H A Dfuchsia_lock_impl.c14 spin_lock_t mtx; variable
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_mutex_test.cpp26 explicit TestData(MutexType *mtx) in TestData()
122 static void check_locked(MutexType *mtx) { in check_locked()
128 SpinMutex mtx; in TEST() local
139 SpinMutex mtx; in TEST() local
150 Mutex mtx; in TEST() local
159 Mutex mtx; in TEST() local
/llvm-project/compiler-rt/test/tsan/
H A Dmutex_held_wrong_context.cpp4 pthread_mutex_t mtx; variable
H A Dbench_rwmutex.cpp9 pthread_rwlock_t mtx; variable
H A Dbench_mutex.cpp9 pthread_mutex_t mtx; variable
H A Dbench_local_mutex.cpp9 pthread_mutex_t *mtx; variable
H A Dfree_race.c8 pthread_mutex_t mtx; variable
H A Dmutexset2.cpp5 pthread_mutex_t mtx; variable
H A Dmutexset1.cpp5 pthread_mutex_t mtx; variable
H A Dbench_ten_mutexes.cpp10 pthread_mutex_t mtx[kMutex]; variable
H A Dmutexset8.cpp5 pthread_mutex_t *mtx; variable
H A Dmutexset7.cpp15 pthread_mutex_t *mtx = new pthread_mutex_t; in Thread2() local
H A Dlongjmp3.cpp21 pthread_mutex_t mtx; in badguy() local
H A Dlongjmp4.cpp24 pthread_mutex_t mtx; in badguy() local
/llvm-project/compiler-rt/test/tsan/Linux/
H A Dclockwait_double_lock.c9 pthread_mutex_t mtx; variable
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector2.cpp77 StaticSpinMutex mtx; member
111 SpinMutex mtx; member
217 MutexState *mtx = getMutex(m->id); in MutexBeforeLock() local
343 MutexState *mtx = getMutex(m->id); in MutexDestroy() local
362 MutexState *mtx = getMutex(m->id); in CycleCheck() local
/llvm-project/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_posix.cpp20 pthread_mutex_t *mtx; member
57 pthread_mutex_t mtx; in TEST() local
/llvm-project/libcxxabi/src/
H A Dfallback_malloc.cpp135 mutexor mtx(&heap_mutex); in fallback_malloc() local
194 mutexor mtx(&heap_mutex); in fallback_free() local
/llvm-project/libc/src/__support/threads/
H A Dthread.cpp53 Mutex mtx; global() member in LIBC_NAMESPACE::__anon617f224f0111::TSSKeyMgr
111 Mutex mtx; global() member in LIBC_NAMESPACE::ThreadAtExitCallbackMgr
[all...]
H A Dfork_callbacks.cpp32 Mutex mtx; global() member in LIBC_NAMESPACE::__anon43c500e80111::AtForkCallbackManager
/llvm-project/openmp/runtime/test/tasking/hidden_helper_task/
H A Dcommon.h24 unsigned mtx : 1; member

12