Home | History | Annotate | Download | only in include

Lines Matching defs:exit

68  * @exit: Internal; Used by tst_fzsync_pair_exit() and fzsync_pair_wait()
89 int exit;
232 * calling thread should exit.
247 && !tst_atomic_load(&pair->exit))
256 && !tst_atomic_load(&pair->exit))
264 && !tst_atomic_load(&pair->exit))
268 /* Only exit if we have done the same amount of work as the other thread */
269 return !tst_atomic_load(&pair->exit) ||
287 * every iteration. So each thread will exit this function at approximately
298 * it returns zero then tst_fzsync_exit() has been called and you must exit
318 * tst_fzsync_pair_exit - Signal that the other thread should exit
325 tst_atomic_store(1, &pair->exit);