/third_party/python/Lib/test/ |
H A D | test_socketserver.py | 8 import select namespace 41 # Remember real select() to avoid interferences with mocking 42 _real_select = select.select
|
/kernel/linux/common_modules/newip/examples/ |
H A D | nip_udp_client_demo.c | 59 if (select(cfd + 1, &readfds, NULL, NULL, &tv) < 0) { in _recvfrom() 60 printf("client select fail, pkt_num=%d", pkt_num); in _recvfrom()
|
H A D | nip_tcp_client_demo.c | 58 if (select(cfd + 1, &readfds, NULL, NULL, &tv) < 0) { in _recv() 59 perror("select"); in _recv()
|
/kernel/linux/linux-5.10/tools/testing/selftests/resctrl/ |
H A D | resctrl.h | 21 #include <sys/select.h>
|
/kernel/linux/linux-5.10/tools/testing/selftests/x86/ |
H A D | test_FCMOV.c | 12 #include <sys/select.h>
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/engine/ |
H A D | falcon.h | 63 int (*select)(struct nvkm_falcon *); member
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | lwt_helpers.h | 114 ret = select(1 + fd, &fds, NULL, NULL, &copied_timeout); in wait_for_packet() 121 log_err("select failed"); in wait_for_packet()
|
/kernel/linux/linux-6.6/tools/testing/selftests/resctrl/ |
H A D | resctrl.h | 19 #include <sys/select.h>
|
/kernel/linux/linux-6.6/tools/testing/selftests/x86/ |
H A D | test_FCMOV.c | 12 #include <sys/select.h>
|
/kernel/liteos_m/components/net/test/ |
H A D | net_socket_test_009.c | 80 ret = select(lsfd + 1, &fdsr, NULL, NULL, &tv); in SampleTcpServer() 82 LogPrintln("select error"); in SampleTcpServer() 85 LogPrintln("select timeout"); in SampleTcpServer()
|
/third_party/curl/tests/libtest/ |
H A D | first.c | 54 * Winsock select() requires that at least one of the three fd_set in select_wrapper() 56 * select() can not be used to sleep without a single fd_set. in select_wrapper() 63 return select(nfds, rd, wr, exc, tv); in select_wrapper()
|
/third_party/curl/docs/examples/ |
H A D | sendrecv.c | 67 /* select() returns the number of signalled sockets or -1 */ in wait_on_socket() 68 res = select((int)sockfd + 1, &infd, &outfd, &errfd, &tv); in wait_on_socket()
|
/third_party/NuttX/fs/vfs/ |
H A D | fs_select.c | 27 #include "sys/select.h" 65 * Name: select 68 * select() allows a program to monitor multiple file descriptors, waiting 75 * operation under NuttX. select() is provided for compatibility and 76 * is simply a layer of added logic on top of poll(). As such, select() 157 * the timeout argument is not a null pointer, the select() function shall block for in do_select() 160 * as LiteOS doesn't support Signal machanism, so select() can't come back anymore. in do_select() 317 int select(int nfds, fd_set *readfds, fd_set *writefds, in select() function
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | time.h | 9 #include <sys/select.h>
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | time.h | 9 #include <sys/select.h>
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | time.h | 20 #include <sys/select.h>
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | time.h | 9 #include <sys/select.h>
|
/third_party/ltp/testcases/kernel/syscalls/eventfd/ |
H A D | eventfd06.c | 33 * - readfd_set/writefd_set is set in select() for the eventfd 100 tst_res(TINFO, "Checking if select() detects counter overflow"); in test_select() 102 TEST(select(fd + 1, NULL, &readfds, NULL, &timeout)); in test_select() 104 tst_brk(TBROK | TERRNO, "select"); in test_select()
|
/third_party/ltp/testcases/kernel/syscalls/select/ |
H A D | select_var.h | 26 return select(nfds, readfds, writefds, exceptfds, timeout); in do_select_faulty_to() 109 tst_res(TINFO, "Testing libc select()"); in select_info()
|
/third_party/ltp/testcases/network/can/filter-tests/ |
H A D | can_rcv_own_msgs.c | 39 if (select(m, &rdfs, NULL, NULL, &tv) < 0) in test_sockets() 40 tst_brk(TBROK | TERRNO, "select"); in test_sockets()
|
/third_party/node/deps/v8/src/debug/wasm/gdb-server/ |
H A D | transport.h | 31 #include <sys/select.h>
|
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/ |
H A D | fortify_recv_chk_test.cpp | 74 EXPECT_GT(select(returnVal.fd + 1, &readSet, nullptr, nullptr, &tv), 0); in CallSelectFunc()
|
/third_party/musl/include/sys/ |
H A D | time.h | 9 #include <sys/select.h>
|
/third_party/musl/libc-test/src/common/ |
H A D | test.h | 79 #define __select_time64 select
|
/third_party/musl/libc-test/src/functionalext/supplement/select/ |
H A D | pselect.c | 16 #include <sys/select.h>
|