atomic_get64
extern int64 atomic_get64(int64 *value);
return (PointerType*)atomic_get64((int64*)_pointer);
return atomic_get64(v);
{ return atomic_get64((int64*)&fRefreshInterval); }
#define atomic_load_64(ptr) atomic_get64((int64*)ptr)
return atomic_get64((int64*)c);
return atomic_get64((int64 *)&ifp->if_ipackets);
return atomic_get64((int64 *)&ifp->if_ierrors);
return atomic_get64((int64 *)&ifp->if_opackets);
return atomic_get64((int64 *)&ifp->if_oerrors);
return atomic_get64((int64 *)&ifp->if_collisions);
return atomic_get64((int64 *)&ifp->if_ibytes);
return atomic_get64((int64 *)&ifp->if_obytes);
return atomic_get64((int64 *)&ifp->if_imcasts);
return atomic_get64((int64 *)&ifp->if_omcasts);
return atomic_get64((int64 *)&ifp->if_iqdrops);
return atomic_get64((int64 *)&ifp->if_oqdrops);
return atomic_get64((int64 *)&ifp->if_noproto);
return atomic_get64(&fSentCount);
timeout = atomic_get64(&fScheduledWakeup);
&& atomic_get64(&fScheduledWakeup) == B_INFINITE_TIMEOUT) {
if (atomic_get64(&fScheduledWakeup) < when
int64 oldValue = atomic_get64(value);
uint64_t oldPte = atomic_get64((int64*) ptePtr);
uint64_t oldPte = atomic_get64((int64*)ptePtr);
uint64_t pte = atomic_get64((int64_t*)ptePtr);
uint64_t oldPte = atomic_get64((int64_t*)ptePtr);
uint64_t oldPte = atomic_get64((int64_t*)ptePtr);
uint64_t oldPte = atomic_get64((int64_t*)ptePtr);
oldPte = atomic_get64((int64_t*)ptePtr);
uint64_t oldPte = atomic_get64((int64*)pte);
return atomic_get64(&data->arch_data.system_time_offset);
uint64_t pteVal = atomic_get64((int64*) pte);
return atomic_get64(&data->arch_data.system_time_offset);
return atomic_get64(&data->arch_data.system_time_offset);
return atomic_get64(&sAvailableSwapSpace) > B_PAGE_SIZE;
if (atomic_get64(&pool) > (off_t)(amountPlusReserve + amount)) {
atomic_get64(int64_t* ptr)
return atomic_get64((int64*)value);