Home
last modified time | relevance | path

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

/libpthread/linuxthreads/sysdeps/microblaze/
A Dpt-machine.h54 __compare_and_swap_with_release_semantics (long *p, in __compare_and_swap_with_release_semantics() function
/libpthread/linuxthreads/sysdeps/powerpc/
A Dpt-machine.h82 __compare_and_swap_with_release_semantics (long int *p, in __compare_and_swap_with_release_semantics() function
/libpthread/linuxthreads/
A Dspinlock.h63 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
A Dspinlock.c196 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()
/libpthread/linuxthreads/sysdeps/ia64/
A Dpt-machine.h99 __compare_and_swap_with_release_semantics (long int *p, in __compare_and_swap_with_release_semantics() function

Completed in 19 milliseconds