Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/test/
Dtest-atomic.c37 uint16_t zero_2 = 0; in main() local
38 if (atomic_compare_exchange_strong(&atomic_2, &zero_2, 1)) { in main()
39 …printf("atomic_compare_exchange 2 worked, value %" PRIu16 " zero %" PRIu16 "\n", atomic_2, zero_2); in main()