Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/hexagon/
H A Datomics.c90 volatile int64_t tick64 = 1; /* Using volatile because we are testing atomics */ variable
96 atomic_dec64(&tick64); in thread1_func()
105 atomic_inc64(&tick64); in thread2_func()
120 check64(tick64, 1); in test_pthread()