Home
last modified time | relevance | path

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

/xnu-8020.121.3/san/memory/
H A Dkasan_internal.h182 bool kasan_lock_held(thread_t);
H A Dkasan.c139 kasan_lock_held(thread_t thread) in kasan_lock_held() function
H A Dkasan-fakestack.c83 if (cur && kasan_lock_held(cur)) { in thread_enter_fakestack()