Home
last modified time | relevance | path

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

/external/ltp/include/
Dtst_atomic.h72 static inline int tst_atomic_load(int *v) in tst_atomic_load() function
88 static inline int tst_atomic_load(int *v) in tst_atomic_load() function
141 static inline int tst_atomic_load(int *v) in tst_atomic_load() function
210 static inline int tst_atomic_load(int *v) in tst_atomic_load() function
254 static inline int tst_atomic_load(int *v) in tst_atomic_load() function
317 static inline int tst_atomic_load(int *v) in tst_atomic_load() function
Dtst_fuzzy_sync.h532 while (tst_atomic_load(our_cntr) > 0 in tst_fzsync_pair_wait()
533 && tst_atomic_load(our_cntr) < INT_MAX) { in tst_fzsync_pair_wait()
543 while (tst_atomic_load(our_cntr) > 1) in tst_fzsync_pair_wait()
550 while (tst_atomic_load(our_cntr) < tst_atomic_load(other_cntr)) { in tst_fzsync_pair_wait()
636 return !tst_atomic_load(&pair->exit); in tst_fzsync_run_b()
/external/ltp/testcases/kernel/mem/mtest06/
Dmmap1.c73 ar_u = tst_atomic_load(&unmapcnt); in sig_handler()
74 ar_m = tst_atomic_load(&mapcnt); in sig_handler()
127 br_map = tst_atomic_load(&mapcnt); in read_mem()
128 br_unmap = tst_atomic_load(&unmapcnt); in read_mem()
132 ar_unmap = tst_atomic_load(&unmapcnt); in read_mem()
133 ar_map = tst_atomic_load(&mapcnt); in read_mem()
/external/ltp/lib/newlib_tests/
Dtest15.c68 for (i = tst_atomic_load(&atomic); in worker_load_store()
70 i = tst_atomic_load(&atomic)) in worker_load_store()
90 while (tst_atomic_load(&atomic) > 0) { in mem_spam()
/external/ltp/testcases/kernel/fs/read_all/
Dread_all.c143 int front = tst_atomic_load(&q->front); in queue_push()