Searched refs:ftx (Results 1 – 2 of 2) sorted by relevance
292 ftx = 1; in test_wrbase()294 while (ftx != 0) in test_wrbase()312 while (ftx == 0) in threadproc()314 if (ftx == 3) in threadproc()317 if (ftx == 1) { in threadproc()319 } else if (ftx == 2) { in threadproc()331 ftx = 0; in threadproc()378 ftx = 1; in set_gs_and_switch_to()380 while (ftx != 0) in set_gs_and_switch_to()412 ftx = 2; in test_unexpected_base()[all …]
435 static volatile unsigned int ftx; variable446 syscall(SYS_futex, &ftx, FUTEX_WAIT, 0, NULL, NULL, 0); in threadproc()447 while (ftx != 2) { in threadproc()448 if (ftx >= 3) in threadproc()460 [x] "+r" (x), [ftx] "+m" (ftx)); in threadproc()559 while (ftx != 0) in do_multicpu_tests()582 ftx = 1; in do_multicpu_tests()588 ftx = 2; in do_multicpu_tests()590 while (ftx != 0) in do_multicpu_tests()602 ftx = 100; /* Kill the thread. */ in do_multicpu_tests()[all …]