Home
last modified time | relevance | path

Searched refs:can_lock (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mutex.cpp83 for (uptr j = 0; j < ARRAY_SIZE(mutex_meta[t].can_lock); j++) { in DebugMutexInit()
84 MutexType z = mutex_meta[t].can_lock[j]; in DebugMutexInit()
H A Dsanitizer_mutex.h114 MutexType can_lock[10]; member
/freebsd/sys/arm/arm/
H A Dunwind.c568 unwind_stack_one(struct unwind_state *state, int can_lock __unused) in unwind_stack_one()