Searched refs:FD_CLR (Results 1 – 11 of 11) sorted by relevance
/aosp12/bionic/tests/headers/posix/ |
H A D | sys_select_h.c | 47 #if !defined(FD_CLR) in sys_select_h() 48 #error FD_CLR in sys_select_h()
|
H A D | sys_time_h.c | 51 #if !defined(FD_CLR) in sys_time_h() 52 #error FD_CLR in sys_time_h()
|
/aosp12/bionic/libc/include/sys/ |
H A D | select.h | 85 #define FD_CLR(fd, set) __FD_CLR_chk(fd, set, __bos(set)) macro 94 #define FD_CLR(fd, set) __FD_CLR(fd, set) macro
|
/aosp12/bionic/tests/ |
H A D | sys_select_test.cpp | 42 FD_CLR(0, &fds); in TEST() 45 FD_CLR(1, &fds); in TEST()
|
/aosp12/system/bt/udrv/ulinux/ |
H A D | uipc.cc | 252 FD_CLR(uipc.ch[ch_id].fd, &uipc.active_set); in uipc_check_fd_locked() 396 FD_CLR(uipc.ch[ch_id].srvfd, &uipc.active_set); in uipc_close_ch_locked() 404 FD_CLR(uipc.ch[ch_id].fd, &uipc.active_set); in uipc_close_ch_locked() 721 FD_CLR(uipc.ch[ch_id].fd, &uipc.active_set); in UIPC_Ioctl()
|
/aosp12/bionic/libc/upstream-netbsd/lib/libc/isc/ |
H A D | eventlib_p.h | 205 #undef FD_CLR 206 #define FD_CLR(fd, maskp) \ macro
|
/aosp12/hardware/ril/libril/ |
H A D | ril_event.cpp | 140 FD_CLR(ev->fd, &readFds); in removeWatch()
|
/aosp12/bionic/libc/tools/ |
H A D | posix-2013.txt | 1 FD_CLR
|
/aosp12/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
H A D | IPACM_Netlink.cpp | 238 FD_CLR(sk_fd_set->sk_fds[i].sk_fd, &(sk_fd_set->fdset)); in ipa_nl_sock_listener_start()
|
/aosp12/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/ |
H A D | IPACM_Netlink.cpp | 238 FD_CLR(sk_fd_set->sk_fds[i].sk_fd, &(sk_fd_set->fdset)); in ipa_nl_sock_listener_start()
|
/aosp12/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/ |
H A D | IPACM_Netlink.cpp | 238 FD_CLR(sk_fd_set->sk_fds[i].sk_fd, &(sk_fd_set->fdset)); in ipa_nl_sock_listener_start()
|