Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/sched_getaffinity/
Dsched_getaffinity01.c21 static void errno_test(pid_t pid, size_t cpusize, void *mask, int exp_errno) in errno_test() function
78 errno_test(0, len, bad_addr, EFAULT); in do_test()
79 errno_test(0, 0, mask, EINVAL); in do_test()
80 errno_test(tst_get_unused_pid(), len, mask, ESRCH); in do_test()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D2-1-buildonly.c9 static int errno_test; variable
13 errno_test = errno; in dummyfcn()
/third_party/boost/libs/exception/test/
DJamfile.v236 run errno_test.cpp ;
/third_party/boost/libs/type_index/patched/
Dboost_exception.patch146 run errno_test.cpp ;