Searched refs:tick64 (Results 1 – 1 of 1) sorted by relevance
90 volatile int64_t tick64 = 1; /* Using volatile because we are testing atomics */ variable96 atomic_dec64(&tick64); in thread1_func()105 atomic_inc64(&tick64); in thread2_func()120 check64(tick64, 1); in test_pthread()