Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ | |
sanitizer_lfstack.h | 40 u64 xch = (u64)(uptr)p | cnt; local in function:__sanitizer::LFStack::Push 42 if (atomic_compare_exchange_weak(&head_, &cmp, xch, 56 u64 xch = (u64)(uptr)nxt | cnt; local in function:__sanitizer::LFStack::Pop 57 if (atomic_compare_exchange_weak(&head_, &cmp, xch, |
sanitizer_lfstack.h | 40 u64 xch = (u64)(uptr)p | cnt; local in function:__sanitizer::LFStack::Push 42 if (atomic_compare_exchange_weak(&head_, &cmp, xch, 56 u64 xch = (u64)(uptr)nxt | cnt; local in function:__sanitizer::LFStack::Pop 57 if (atomic_compare_exchange_weak(&head_, &cmp, xch, |