Home
last modified time | relevance | path

Searched refs:fd_set (Results 1 – 25 of 27) sorted by relevance

12

/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dselect.h45 int pselect(int, fd_set * __restrict, fd_set * __restrict,
46 fd_set * __restrict, const struct timespec * __restrict,
48 int select(int, fd_set * __restrict, fd_set * __restrict,
49 fd_set * __restrict, struct timeval * __restrict);
Dfd_set.h62 typedef struct fd_set { struct
64 } fd_set; argument
76 fd_set *__fds = (p); \
98 fd_set *__f = (f), *__t = (t); \
/device/huawei/angler/camera/QCamera2/stack/mm-camera-test/inc/
Dmm_qcamera_socket.h54 (((fd_set *)(fdsetp))->fds_bits[(fd) >> 5] |= (1LU<<((fd) & 31)))
58 (((fd_set *)(fdsetp))->fds_bits[(fd) >> 5] &= ~(1LU<<((fd) & 31)))
62 ((((fd_set *)(fdsetp))->fds_bits[(fd) >> 5] & (1LU<<((fd) & 31))) != 0)
66 (memset (fdsetp, 0, sizeof (*(fd_set *)(fdsetp))))
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/inc/
Dmm_qcamera_socket.h54 (((fd_set *)(fdsetp))->fds_bits[(fd) >> 5] |= (1LU<<((fd) & 31)))
58 (((fd_set *)(fdsetp))->fds_bits[(fd) >> 5] &= ~(1LU<<((fd) & 31)))
62 ((((fd_set *)(fdsetp))->fds_bits[(fd) >> 5] & (1LU<<((fd) & 31))) != 0)
66 (memset (fdsetp, 0, sizeof (*(fd_set *)(fdsetp))))
/device/google/marlin/camera/QCamera2/stack/mm-camera-test/inc/
Dmm_qcamera_socket.h38 (((fd_set *)(fdsetp))->fds_bits[(fd) >> 5] |= (1LU<<((fd) & 31)))
42 (((fd_set *)(fdsetp))->fds_bits[(fd) >> 5] &= ~(1LU<<((fd) & 31)))
46 ((((fd_set *)(fdsetp))->fds_bits[(fd) >> 5] & (1LU<<((fd) & 31))) != 0)
50 (memset (fdsetp, 0, sizeof (*(fd_set *)(fdsetp))))
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
Dselect.c151 fd_set *in, in select()
152 fd_set *ou, in select()
153 fd_set *ex, in select()
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dres_send.c563 fd_set dsmask, *dsmaskp; in res_send()
730 if (dsmasklen > sizeof(fd_set)) { in res_send()
731 dsmaskp = (fd_set *)malloc(dsmasklen); in res_send()
741 n = select(s + 1, dsmaskp, (fd_set *)NULL, in res_send()
742 (fd_set *)NULL, &timeout); in res_send()
/device/linaro/hikey/bluetooth/
Dasync_fd_watcher.cc116 fd_set read_fds; in ThreadRoutine()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
Dpyport.h819 typedef struct fd_set {
821 } fd_set;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpyport.h819 typedef struct fd_set {
821 } fd_set;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dtimemodule.c948 if (select(0, (fd_set *)0, (fd_set *)0, (fd_set *)0, &t) != 0) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dtimemodule.c943 if (select(0, (fd_set *)0, (fd_set *)0, (fd_set *)0, &t) != 0) {
Dselectmodule.c85 seq2set(PyObject *seq, fd_set *set, pylist fd2obj[FD_SETSIZE + 1]) in seq2set()
149 set2list(fd_set *set, pylist fd2obj[FD_SETSIZE + 1]) in set2list()
213 fd_set ifdset, ofdset, efdset; in select_select()
Dreadline.c936 fd_set selectset; in readline_until_enter_or_signal()
Dsocketmodule.c697 fd_set fds; in internal_select()
1988 fd_set fds;
1989 fd_set fds_exc;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
Dpyport.h858 typedef struct fd_set {
860 } fd_set;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpyport.h842 typedef struct fd_set {
844 } fd_set;
/device/google/marlin/dataservices/datatop/src/
Ddatatop.c93 fd_set rfds; in dtop_poll_periodically()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
Dselectmodule.c85 seq2set(PyObject *seq, fd_set *set, pylist fd2obj[FD_SETSIZE + 1]) in seq2set()
149 set2list(fd_set *set, pylist fd2obj[FD_SETSIZE + 1]) in set2list()
213 fd_set ifdset, ofdset, efdset; in select_select()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py2402 class fd_set(Structure): class
2404 fd_set._fields_ = [
2407 assert sizeof(fd_set) == 128, sizeof(fd_set)
2408 assert alignment(fd_set) == 4, alignment(fd_set)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dselectmodule.c95 seq2set(PyObject *seq, fd_set *set, pylist fd2obj[FD_SETSIZE + 1]) in seq2set()
156 set2list(fd_set *set, pylist fd2obj[FD_SETSIZE + 1]) in set2list()
213 fd_set ifdset, ofdset, efdset; in select_select()
/device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_socket.c621 fd_set tsfds; in eztune_proc()
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_socket.c621 fd_set tsfds; in eztune_proc()
/device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
Dmm_qcamera_socket.c628 fd_set tsfds; in eztune_proc()
/device/google/marlin/camera/usbcamcore/src/
DQualcommUsbCamera.cpp2050 fd_set fds; in previewloop()
2518 fd_set fds; in takePictureThread()

12