Home
last modified time | relevance | path

Searched refs:FD_SETSIZE (Results 1 – 7 of 7) sorted by relevance

/aosp12/bionic/libc/private/
H A Dbionic_fortify.h58 if (__predict_false(fd >= FD_SETSIZE)) { in __check_fd_set()
59 __fortify_fatal("%s: file descriptor %d >= FD_SETSIZE %d", fn, fd, FD_SETSIZE); in __check_fd_set()
/aosp12/bionic/libc/include/sys/
H A Dselect.h50 #define FD_SETSIZE 1024 macro
58 fd_mask fds_bits[FD_SETSIZE/NFDBITS];
/aosp12/system/bt/osi/test/
H A Dfixed_queue_test.cc33 int result = select(FD_SETSIZE, &rfds, NULL, NULL, &tv); in is_fd_readable()
303 EXPECT_TRUE(enqueue_fd < FD_SETSIZE); in TEST_F()
304 EXPECT_TRUE(dequeue_fd < FD_SETSIZE); in TEST_F()
/aosp12/bionic/tests/headers/posix/
H A Dsys_select_h.c45 MACRO(FD_SETSIZE); in sys_select_h()
H A Dsys_time_h.c63 MACRO(FD_SETSIZE); in sys_time_h()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_socket.c683 if (client_socket >= FD_SETSIZE) { in eztune_proc()
718 if ((client_socket < FD_SETSIZE) && (FD_ISSET(client_socket, &tsfds))) { in eztune_proc()
776 if (prev_client_socket >= FD_SETSIZE) { in eztune_proc()
816 if ((prev_client_socket < FD_SETSIZE) && (FD_ISSET(prev_client_socket, &tsfds))) { in eztune_proc()
/aosp12/bionic/libc/upstream-netbsd/lib/libc/isc/
H A Deventlib_p.h232 evFile *fdTable[FD_SETSIZE];