Searched refs:atomic_test_and_set64 (Results 1 - 15 of 15) sorted by relevance

/haiku/headers/private/kernel/util/
H A Datomic.h26 return (PointerType*)atomic_test_and_set64((int64*)_pointer, (int64)set,
/haiku/src/system/kernel/arch/arm/
H A Darch_atomic64.cpp54 atomic_test_and_set64(int64 *value, int64 newValue, int64 testAgainst) function
143 int64 oldValue = atomic_test_and_set64(value, newValue, testAgainst);
/haiku/src/tools/fs_shell/
H A Datomic.cpp79 return atomic_test_and_set64((int64 *)value, newValue, testAgainst);
/haiku/src/build/libroot/
H A Datomic.cpp89 atomic_test_and_set64(int64 *value, int64 newValue, int64 testAgainst) function
/haiku/src/system/libroot/os/
H A Datomic.c75 atomic_test_and_set64(int64 *value, int64 newValue, int64 testAgainst) function
/haiku/src/add-ons/kernel/drivers/disk/nvme/compat/
H A Dnvme_atomic.h200 return atomic_test_and_set64(v, 1, 0);
/haiku/src/system/libroot/os/arch/x86/
H A Datomic.S137 /* int64 atomic_test_and_set64(int64* value, int64 newValue,
139 FUNCTION(atomic_test_and_set64):
152 FUNCTION_END(atomic_test_and_set64)
/haiku/src/system/libroot/os/arch/generic/
H A Dgeneric_atomic.cpp85 atomic_test_and_set64(int64_t* ptr, int64_t desired, int64_t expected) function
/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86PagingMethodPAE.h174 return atomic_test_and_set64((int64*)entry, newEntry, oldEntry);
/haiku/src/system/kernel/arch/x86/paging/64bit/
H A DX86PagingMethod64Bit.h146 return atomic_test_and_set64((int64*)entry, newEntry, oldEntry);
/haiku/headers/os/support/
H A DSupportDefs.h326 atomic_test_and_set64(int64* value, int64 newValue, int64 testAgainst) function
379 extern int64 atomic_test_and_set64(int64 *value, int64 newValue, int64 testAgainst);
/haiku/src/system/kernel/arch/m68k/
H A Darch_atomic.cpp42 atomic_test_and_set64(vint64 *value, int64 newValue, int64 testAgainst)
/haiku/src/system/kernel/arch/arm64/
H A DVMSAv8TranslationMap.cpp196 if ((uint64_t) atomic_test_and_set64((int64*) pte, newTablePa | 0x3, oldPte) != oldPte)
270 if ((uint64_t) atomic_test_and_set64((int64*) pte, newPte, oldPte) != oldPte)
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1464 void atomic_test_and_set64() {} function
H A Dlibroot_stubs_legacy.c1394 void atomic_test_and_set64() {} function

Completed in 151 milliseconds