OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tst_atomic_inc
(Results
1 - 8
of
8
) sorted by null
/external/ltp/lib/newlib_tests/
test09.c
17
* Test that
tst_atomic_inc
works as expected.
34
tst_atomic_inc
(&atomic);
test08.c
41
if (
tst_atomic_inc
(&flag) != 1)
/external/ltp/testcases/kernel/mem/mtest06/
mmap3.c
93
tst_atomic_inc
(&threads_running);
182
if (
tst_atomic_inc
(&flag) != 1)
mmap1.c
100
tst_atomic_inc
(&mapcnt);
106
tst_atomic_inc
(&unmapcnt);
/external/ltp/testcases/kernel/fs/fs_fill/
fs_fill.c
53
tst_atomic_inc
(&enospc_cnt);
/external/ltp/include/
tst_atomic.h
336
static inline int
tst_atomic_inc
(int *v)
function
tst_fuzzy_sync.h
524
if (
tst_atomic_inc
(other_cntr) == INT_MAX) {
/external/ltp/lib/
tst_test.c
169
tst_atomic_inc
(&results->skipped);
172
tst_atomic_inc
(&results->passed);
175
tst_atomic_inc
(&results->warnings);
178
tst_atomic_inc
(&results->failed);
Completed in 108 milliseconds