Home
last modified time | relevance | path

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

/NextBSD/lib/libdispatch/src/
HDallocator.c277 bitmap_t s, s_new, s_masked; in mark_bitmap_as_full_if_still_full() local
282 s_new = *supermap; in mark_bitmap_as_full_if_still_full()
286 s = s_new; in mark_bitmap_as_full_if_still_full()
288 if (dispatch_atomic_cmpxchgvw(supermap, s, s_masked, &s_new, relaxed) || in mark_bitmap_as_full_if_still_full()