Home
last modified time | relevance | path

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

/external/ltp/include/
Dtst_fuzzy_sync.h235 int *our_cntr, int *other_cntr) in tst_fzsync_pair_wait() argument
245 while (tst_atomic_load(our_cntr) > 0 in tst_fzsync_pair_wait()
246 && tst_atomic_load(our_cntr) < INT_MAX in tst_fzsync_pair_wait()
255 while (tst_atomic_load(our_cntr) > 1 in tst_fzsync_pair_wait()
263 while (tst_atomic_load(our_cntr) < tst_atomic_load(other_cntr) in tst_fzsync_pair_wait()
270 tst_atomic_load(other_cntr) <= tst_atomic_load(our_cntr); in tst_fzsync_pair_wait()