Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/test/
Dtest-atomic.c6 _Atomic uint32_t atomic_4; variable
18 if (atomic_compare_exchange_strong(&atomic_4, &zero_4, 1)) { in main()
20 atomic_4, zero_4); in main()
22 old = atomic_exchange_explicit(&atomic_4, 0, memory_order_relaxed); in main()
23 if (atomic_4 == 0 && old == 1) { in main()
25 old, atomic_4); in main()
28 old, atomic_4); in main()
32 printf("atomic_compare_exchange 4 failed, value %" PRIu32 "\n", atomic_4); in main()