Searched refs:atomic_get_and_set64 (Results 1 - 10 of 10) sorted by relevance

/haiku/headers/private/kernel/util/
H A Datomic.h38 return (PointerType*)atomic_get_and_set64((int64*)_pointer, (int64)set);
/haiku/src/system/kernel/arch/arm/
H A Darch_atomic64.cpp43 atomic_get_and_set64(int64 *value, int64 newValue) function
111 int64 oldValue = atomic_get_and_set64(value, newValue);
/haiku/src/tools/fs_shell/
H A Datomic.cpp72 return atomic_get_and_set64((int64*)value, newValue);
/haiku/src/build/libroot/
H A Datomic.cpp81 atomic_get_and_set64(int64 *value, int64 newValue) function
/haiku/src/system/libroot/os/arch/x86/
H A Datomic.S118 /* void atomic_get_and_set64(int64* value, int64 newValue) */
119 FUNCTION(atomic_get_and_set64):
134 FUNCTION_END(atomic_get_and_set64)
/haiku/src/system/libroot/os/arch/generic/
H A Dgeneric_atomic.cpp77 atomic_get_and_set64(int64_t* ptr, int64_t value) function
/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86PagingMethodPAE.h159 return atomic_get_and_set64((int64*)entry, newEntry);
/haiku/headers/os/support/
H A DSupportDefs.h319 atomic_get_and_set64(int64* value, int64 newValue) function
378 extern int64 atomic_get_and_set64(int64* value, int64 newValue);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1458 void atomic_get_and_set64() {} function
H A Dlibroot_stubs_legacy.c1388 void atomic_get_and_set64() {} function

Completed in 155 milliseconds