Home
last modified time | relevance | path

Searched refs:select (Results 401 - 425 of 909) sorted by relevance

1...<<11121314151617181920>>...37

/third_party/python/Lib/test/
H A Dtest_socketserver.py8 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 Dnip_udp_client_demo.c59 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 Dnip_tcp_client_demo.c58 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 Dresctrl.h21 #include <sys/select.h>
/kernel/linux/linux-5.10/tools/testing/selftests/x86/
H A Dtest_FCMOV.c12 #include <sys/select.h>
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/engine/
H A Dfalcon.h63 int (*select)(struct nvkm_falcon *); member
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dlwt_helpers.h114 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 Dresctrl.h19 #include <sys/select.h>
/kernel/linux/linux-6.6/tools/testing/selftests/x86/
H A Dtest_FCMOV.c12 #include <sys/select.h>
/kernel/liteos_m/components/net/test/
H A Dnet_socket_test_009.c80 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 Dfirst.c54 * 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 Dsendrecv.c67 /* 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 Dfs_select.c27 #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 Dtime.h9 #include <sys/select.h>
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dtime.h9 #include <sys/select.h>
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dtime.h20 #include <sys/select.h>
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dtime.h9 #include <sys/select.h>
/third_party/ltp/testcases/kernel/syscalls/eventfd/
H A Deventfd06.c33 * - 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 Dselect_var.h26 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 Dcan_rcv_own_msgs.c39 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 Dtransport.h31 #include <sys/select.h>
/third_party/musl/libc-test/src/functionalext/supplement/fortify/fortify_gtest/
H A Dfortify_recv_chk_test.cpp74 EXPECT_GT(select(returnVal.fd + 1, &readSet, nullptr, nullptr, &tv), 0); in CallSelectFunc()
/third_party/musl/include/sys/
H A Dtime.h9 #include <sys/select.h>
/third_party/musl/libc-test/src/common/
H A Dtest.h79 #define __select_time64 select
/third_party/musl/libc-test/src/functionalext/supplement/select/
H A Dpselect.c16 #include <sys/select.h>

Completed in 8 milliseconds

1...<<11121314151617181920>>...37