HomeSort by relevance Sort by last modified time
    Searched refs:tst_atomic_load (Results 1 - 5 of 5) sorted by null

  /external/ltp/include/
tst_atomic.h 72 static inline int tst_atomic_load(int *v) function
88 static inline int tst_atomic_load(int *v) function
141 static inline int tst_atomic_load(int *v) function
210 static inline int tst_atomic_load(int *v) function
249 * and help prevent the tst_atomic_load and, more likely, tst_atomic_store
254 static inline int tst_atomic_load(int *v) function
317 static inline int tst_atomic_load(int *v) function
tst_fuzzy_sync.h 532 while (tst_atomic_load(our_cntr) > 0
533 && tst_atomic_load(our_cntr) < INT_MAX) {
543 while (tst_atomic_load(our_cntr) > 1)
550 while (tst_atomic_load(our_cntr) < tst_atomic_load(other_cntr)) {
636 return !tst_atomic_load(&pair->exit);
  /external/ltp/testcases/kernel/mem/mtest06/
mmap1.c 73 ar_u = tst_atomic_load(&unmapcnt);
74 ar_m = tst_atomic_load(&mapcnt);
127 br_map = tst_atomic_load(&mapcnt);
128 br_unmap = tst_atomic_load(&unmapcnt);
132 ar_unmap = tst_atomic_load(&unmapcnt);
133 ar_map = tst_atomic_load(&mapcnt);
  /external/ltp/lib/newlib_tests/
test15.c 45 /* #define tst_atomic_load(v) (*(v)) */
68 for (i = tst_atomic_load(&atomic);
70 i = tst_atomic_load(&atomic))
90 while (tst_atomic_load(&atomic) > 0) {
  /external/ltp/testcases/kernel/fs/read_all/
read_all.c 143 int front = tst_atomic_load(&q->front);

Completed in 103 milliseconds