Home
last modified time | relevance | path

Searched refs:other_cntr (Results 1 – 1 of 1) sorted by relevance

/external/ltp/include/
Dtst_fuzzy_sync.h560 int *other_cntr, in tst_fzsync_pair_wait() argument
563 if (tst_atomic_inc(other_cntr) == INT_MAX) { in tst_fzsync_pair_wait()
577 tst_atomic_store(0, other_cntr); in tst_fzsync_pair_wait()
589 while (tst_atomic_load(our_cntr) < tst_atomic_load(other_cntr)) { in tst_fzsync_pair_wait()