Home
last modified time | relevance | path

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

/sysdeps/unix/sysv/linux/s390/
A Delision-unlock.c54 short adapt_count_val = atomic_load_relaxed (adapt_count); in __lll_unlock_elision() local
55 if (adapt_count_val > 0) in __lll_unlock_elision()
56 atomic_store_relaxed (adapt_count, adapt_count_val - 1); in __lll_unlock_elision()

Completed in 3 milliseconds