Home
last modified time | relevance | path

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

/components/libc/cplusplus/cpp11/
A Datomic_8.c22 volatile uint64_t *val_ptr = (volatile uint64_t *)ptr; in __atomic_load_8() local
26 tmp = *val_ptr; in __atomic_load_8()
33 volatile uint64_t *val_ptr = (volatile uint64_t *)ptr; in __atomic_store_8() local
36 *val_ptr = val; in __atomic_store_8()
46 tmp = *val_ptr; in __atomic_exchange_8()
47 *val_ptr = val; in __atomic_exchange_8()
59 if (*val_ptr == *expected_ptr) in __atomic_compare_exchange_8()
61 *val_ptr = desired; in __atomic_compare_exchange_8()
66 *expected_ptr = *val_ptr; in __atomic_compare_exchange_8()
157 tmp = *val_ptr;\
[all …]

Completed in 3 milliseconds