Home | History | Annotate | Download | only in rtl

Lines Matching refs:atomic_load

653     u32 cmp = atomic_load(g, memory_order_acquire);
717 while ((tid = atomic_load(&p->tid, memory_order_acquire)) == 0)
758 while (atomic_load(&p.tid, memory_order_acquire) != 0)
1042 u32 v = atomic_load(a, memory_order_acquire);
1055 v = atomic_load(a, memory_order_acquire);