Searched refs:ftx (Results 1 – 1 of 1) sorted by relevance
131 static atomic_uint ftx; variable139 while (atomic_load (&ftx) != 2) in threadproc()141 if (atomic_load (&ftx) >= 3) in threadproc()150 if (atomic_fetch_add (&ftx, -2) != 2) in threadproc()193 while (atomic_load (&ftx) != 0) in do_test()211 ftx = 1; in do_test()212 futex ((int*) &ftx, FUTEX_WAKE, 0, NULL, NULL, 0); in do_test()217 atomic_store (&ftx, 2); in do_test()219 while (atomic_load (&ftx) != 0) in do_test()227 atomic_store (&ftx, 100); in do_test()[all …]
Completed in 3 milliseconds