Home
last modified time | relevance | path

Searched refs:EWOULDBLOCK (Results 1 – 16 of 16) sorted by relevance

/tools/testing/selftests/futex/functional/
A Dfutex_wait_wouldblock.c77 if (!res || errno != EWOULDBLOCK) { in main()
100 if (!res || errno != EWOULDBLOCK) { in main()
A Dfutex_wait_uninitialized_heap.c59 if (res != 0 && errno != EWOULDBLOCK) { in wait_thread()
A Dfutex_wait_private_mapped_file.c58 if (ret && errno != EWOULDBLOCK && errno != ETIMEDOUT) { in thr_futex_wait()
A Dfutex_requeue_pi_signal_restart.c104 if (!requeued.val || errno != EWOULDBLOCK) { in waiterfn()
/tools/include/uapi/asm-generic/
A Derrno.h22 #define EWOULDBLOCK EAGAIN /* Operation would block */ macro
/tools/arch/mips/include/uapi/asm/
A Derrno.h103 #define EWOULDBLOCK EAGAIN /* Operation would block */ macro
/tools/arch/parisc/include/uapi/asm/
A Derrno.h108 #define EWOULDBLOCK EAGAIN /* Operation would block (Not HPUX compliant) */ macro
/tools/arch/alpha/include/uapi/asm/
A Derrno.h12 #define EWOULDBLOCK EAGAIN /* Operation would block */ macro
/tools/arch/sparc/include/uapi/asm/
A Derrno.h9 #define EWOULDBLOCK EAGAIN /* Operation would block */ macro
/tools/perf/bench/
A Dfutex-hash.c97 (!ret || errno != EAGAIN || errno != EWOULDBLOCK)) in workerfn()
A Dsched-pipe.c183 if (nonblocking && ret < 0 && errno == EWOULDBLOCK) in read_pipe()
/tools/testing/selftests/bpf/
A Dtest_sockmap.c758 if (errno != EWOULDBLOCK) { in msg_loop()
768 if (errno != EWOULDBLOCK) { in msg_loop()
1009 if (errno != EWOULDBLOCK) { in forever_ping_pong()
/tools/testing/selftests/coredump/
A Dstackdump_test.c1664 if (errno == EAGAIN || errno == EWOULDBLOCK) in process_coredump_worker()
1723 if (errno == EAGAIN || errno == EWOULDBLOCK)
/tools/testing/selftests/drivers/net/hw/
A Dncdevmem.c630 if (ret < 0 && (errno == EAGAIN || errno == EWOULDBLOCK)) in do_server()
/tools/perf/util/
A Devlist.c2041 if (errno == EAGAIN || errno == EWOULDBLOCK) in evlist__ctlfd_recv()
/tools/testing/selftests/net/
A Dtls.c1042 err = (errno == EAGAIN || errno == EWOULDBLOCK); in TEST_F()

Completed in 43 milliseconds