Home
last modified time | relevance | path

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

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