Searched defs:counter_32 (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/bin/tests/atomic/
H A Dt_atomic.c61 static isc_int32_t counter_32; variable
69 isc_atomic_xadd(&counter_32, 1);
93 counter_32 = 0;
109 t_info("32-bit counter %d, expected %d\n", counter_32, EXPECTED_COUNT_32);
110 if (counter_32 != EXPECTED_COUNT_32)
114 counter_32 = 0;

Completed in 11 milliseconds