Searched refs:COMPARE_AND_SWAP (Results 1 – 2 of 2) sorted by relevance
/sysdeps/hppa/ |
A D | dl-fptr.c | 43 #ifndef COMPARE_AND_SWAP 44 # define COMPARE_AND_SWAP(ptr, old, new) \ macro 87 if (! COMPARE_AND_SWAP (&l->npages, old_npages, new_npages)) in new_fdesc_table() 130 else if (COMPARE_AND_SWAP (&root->first_unused, old, old + 1)) in make_fdesc() 146 while (! COMPARE_AND_SWAP ((ElfW(Addr) *) &l->free_list, in make_fdesc() 159 if (! COMPARE_AND_SWAP ((ElfW(Addr) *) &l->root, in make_fdesc() 215 if (COMPARE_AND_SWAP ((ElfW(Addr) *) &map->l_mach.fptr_table, in ElfW() 251 if (__builtin_expect (COMPARE_AND_SWAP (&ftab[symidx], (ElfW(Addr)) NULL, in _dl_make_fptr() 278 while (! COMPARE_AND_SWAP ((ElfW(Addr) *) &l->free_list, in _dl_make_fptr() 315 while (! COMPARE_AND_SWAP ((ElfW(Addr) *) &local.free_list, in _dl_unmap()
|
/sysdeps/ia64/ |
A D | dl-fptr.h | 25 #define COMPARE_AND_SWAP(ptr, old, new) \ macro
|
Completed in 4 milliseconds