Searched refs:tick32 (Results 1 – 1 of 1) sorted by relevance
89 volatile int32_t tick32 = 1; /* Using volatile because we are testing atomics */ variable95 atomic_inc32(&tick32); in thread1_func()104 atomic_dec32(&tick32); in thread2_func()119 check32(tick32, 1); in test_pthread()