Searched refs:__compare_and_swap_with_release_semantics (Results 1 – 5 of 5) sorted by relevance
54 __compare_and_swap_with_release_semantics (long *p, in __compare_and_swap_with_release_semantics() function
82 __compare_and_swap_with_release_semantics (long int *p, in __compare_and_swap_with_release_semantics() function
63 return __compare_and_swap_with_release_semantics (ptr, oldval, in compare_and_swap_with_release_semantics()90 #define __compare_and_swap_with_release_semantics __compare_and_swap macro
196 if (! __compare_and_swap_with_release_semantics(&lock->__status, in __pthread_unlock()236 if (! __compare_and_swap_with_release_semantics in __pthread_unlock()252 } while (!__compare_and_swap_with_release_semantics(&lock->__status, in __pthread_unlock()563 if (__compare_and_swap_with_release_semantics (&lock->__status, oldstatus, 0)) in __pthread_alt_unlock()
99 __compare_and_swap_with_release_semantics (long int *p, in __compare_and_swap_with_release_semantics() function
Completed in 19 milliseconds