Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/hexagon/
H A Datomics.c89 volatile int32_t tick32 = 1; /* Using volatile because we are testing atomics */ variable
95 atomic_inc32(&tick32); in thread1_func()
104 atomic_dec32(&tick32); in thread2_func()
119 check32(tick32, 1); in test_pthread()