Searched refs:atomic_count (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/kernel/tests/
H A Dthread_tests.cpp343 static volatile int atomic_count; variable
357 int old = atomic_add(&atomic_count, -1);
365 atomic_count = 8;
792 atomic_add(&atomic_count, 1);
805 atomic_count = 0;
812 ASSERT(atomic_count == 2);
813 atomic_count = 0;

Completed in 22 milliseconds