Lines Matching defs:exit
162 int exit;
226 if (!pair->exit)
227 tst_atomic_store(1, &pair->exit);
280 pair->exit = 0;
393 * functions then we will quickly hit it. If it occurs during the exit code of
396 * However if the exit paths of A and B need to be aligned and (end_race_a -
400 * in A and B. Given enough time the following should happen where the exit
428 * the point where the entry code to Syscall A is synchronised with the exit
429 * to Syscall B and the entry code to Syscall B is synchronised with the exit
441 * difference between the exit times and divide it with the number of spins
519 * @param exit Exit flag when we need to break out of the wait loop
527 * calling thread should exit.
532 int *exit,
546 && !tst_atomic_load(exit)) {
555 && !tst_atomic_load(exit)) {
569 && !tst_atomic_load(exit))
573 && !tst_atomic_load(exit))
584 && !tst_atomic_load(exit)) {
592 && !tst_atomic_load(exit)) {
609 NULL, &pair->exit, pair->yield_in_wait);
621 NULL, &pair->exit, pair->yield_in_wait);
649 "Exceeded execution time, requesting exit");
650 tst_atomic_store(1, &pair->exit);
655 "Exceeded execution loops, requesting exit");
656 tst_atomic_store(1, &pair->exit);
661 if (pair->exit) {
678 return !tst_atomic_load(&pair->exit);
694 * it returns zero then tst_fzsync_exit() has been called and you must exit
731 &pair->spins, &pair->exit, pair->yield_in_wait);
770 &pair->spins, &pair->exit, pair->yield_in_wait);