Home
last modified time | relevance | path

Searched refs:errno (Results 1901 - 1925 of 5776) sorted by relevance

1...<<71727374757677787980>>...232

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
H A D17-25.c10 errno set to EINTR if a handler for the SIGXCPU signal is setup with
25 #include <errno.h>
54 errno == EINTR) { in main()
H A D17-26.c10 errno set to EINTR if a handler for the SIGXFSZ signal is setup with
25 #include <errno.h>
54 errno == EINTR) { in main()
H A D17-4.c10 errno set to EINTR if a handler for the SIGCHLD signal is setup with
25 #include <errno.h>
54 errno == EINTR) { in main()
H A D17-5.c10 errno set to EINTR if a handler for the SIGCONT signal is setup with
25 #include <errno.h>
54 errno == EINTR) { in main()
H A D17-3.c10 errno set to EINTR if a handler for the SIGBUS signal is setup with
25 #include <errno.h>
54 errno == EINTR) { in main()
H A D17-6.c10 errno set to EINTR if a handler for the SIGFPE signal is setup with
25 #include <errno.h>
54 errno == EINTR) { in main()
H A D17-7.c10 errno set to EINTR if a handler for the SIGHUP signal is setup with
25 #include <errno.h>
54 errno == EINTR) { in main()
H A D17-8.c10 errno set to EINTR if a handler for the SIGILL signal is setup with
25 #include <errno.h>
54 errno == EINTR) { in main()
H A D17-9.c10 errno set to EINTR if a handler for the SIGINT signal is setup with
25 #include <errno.h>
54 errno == EINTR) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigpause/
H A D2-1.c35 #include <errno.h>
65 if ((sigpause(SIGTOTEST) != -1) || (errno != EINTR)) { in a_thread_func()
67 "and/or didn't set errno correctly."); in a_thread_func()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_delete/speculative/
H A D5-2.c8 * Test to see if timer_delete() returns -1 and sets errno==EINVAL when
23 #include <errno.h>
83 if (errno == EINVAL) { in main()
84 printf("fcn returned -1 and set errno=EINVAL\n"); in main()
87 printf("errno!=EINVAL, but fcn returned -1\n"); in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/
H A D13-1.c8 * Test that timer_settime() sets errno = EINVAL if:
23 #include <errno.h>
88 if (EINVAL != errno) { in main()
89 printf("errno != EINVAL\n"); in main()
/third_party/ltp/testcases/open_posix_testsuite/tools/
H A Dt0.c38 #include <errno.h>
115 else if (errno == EINTR) { in main()
/third_party/ltp/testcases/realtime/func/pi-tests/
H A Dtest-skeleton.c37 #include <errno.h>
115 } while (termpid == -1 && errno == EINTR); in main()
/third_party/musl/libc-test/src/functionalext/supplement/malloc/malloc_gtest/
H A Dmalloc_calloc_test.cpp1 #include <errno.h>
19 * nullptr when passing illegal parameters, and whether errno is set to the appropriate error code.
26 EXPECT_EQ(errno, ENOMEM); in HWTEST_F()
/third_party/musl/libc-test/src/functional/
H A Dpthread_getname_np.c6 #include <errno.h>
12 do { errno = en; perror(msg); exit(EXIT_FAILURE); \
/third_party/musl/libc-test/src/functionalext/supplement/passwd/
H A Dgetspnam_r.c16 #include <errno.h>
29 errno = 0; in getspnam_r_0100()
/third_party/pulseaudio/src/tests/
H A Dparec-simple.c25 #include <errno.h>
81 fprintf(stderr, __FILE__": write() failed: %s\n", strerror(errno)); in main()
/third_party/skia/src/core/
H A DSkSemaphore.cpp42 #include <errno.h>
53 while(sem_wait(&fSemaphore) == -1 && errno == EINTR); in wait()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDeviceMemoryExternalLinux.hpp20 #include <errno.h>
64 TRACE("memfd.allocate() returned %s", strerror(errno));
/third_party/skia/third_party/externals/libpng/contrib/arm-neon/
H A Dlinux-auxv.c26 #include <errno.h> /* for EINTR */
34 /* A read call may be interrupted, in which case it returns -1 and sets errno to
67 if (errno != EINTR) in safe_read()
/third_party/optimized-routines/math/
H A Dmath_errf.c11 #include <errno.h>
17 errno = e; in with_errnof()
39 /* Underflows to zero in some non-nearest rounding mode, setting errno
68 /* Check result and set errno if necessary. */
H A Dmath_err.c11 #include <errno.h>
17 errno = e; in with_errno()
39 /* Underflows to zero in some non-nearest rounding mode, setting errno
68 /* Check result and set errno if necessary. */
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-number.cc44 errno = 0; in _parse_number()
46 if (unlikely (errno || p == pend || in _parse_number()
/third_party/python/Modules/_multiprocessing/
H A Dposixshmem.c53 } while (fd < 0 && errno == EINTR && !(async_err = PyErr_CheckSignals())); in _posixshmem_shm_open_impl()
92 } while (rv < 0 && errno == EINTR && !(async_err = PyErr_CheckSignals())); in _posixshmem_shm_unlink_impl()

Completed in 7 milliseconds

1...<<71727374757677787980>>...232