Home
last modified time | relevance | path

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

/external/minijail/linux-x86/
Dlibconstants.gen.c632 #ifdef F_TEST
633 { "F_TEST", (unsigned long) F_TEST },
/external/ltp/testcases/kernel/ipc/ipc_stress/
Dshmem_test_02.c263 if (lockf(fd, F_TEST, 0) < 0) in read_lock()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc142 # define F_TEST 3 /* Test a region for other processes locks. */ macro