/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/sys/ |
select.h | 38 typedef __kernel_fd_set fd_set; typedef 40 extern int select(int, fd_set *, fd_set *, fd_set *, struct timeval *); 41 extern int pselect(int n, fd_set *readfds, fd_set *writefds, fd_set *errfds,
|
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/sys/ |
select.h | 38 typedef __kernel_fd_set fd_set; typedef 40 extern int select(int, fd_set *, fd_set *, fd_set *, struct timeval *); 41 extern int pselect(int n, fd_set *readfds, fd_set *writefds, fd_set *errfds,
|
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/sys/ |
select.h | 38 typedef __kernel_fd_set fd_set; typedef 40 extern int select(int, fd_set *, fd_set *, fd_set *, struct timeval *); 41 extern int pselect(int n, fd_set *readfds, fd_set *writefds, fd_set *errfds,
|
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/sys/ |
select.h | 38 typedef __kernel_fd_set fd_set; typedef 40 extern int select(int, fd_set *, fd_set *, fd_set *, struct timeval *); 41 extern int pselect(int n, fd_set *readfds, fd_set *writefds, fd_set *errfds,
|
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/sys/ |
select.h | 38 typedef __kernel_fd_set fd_set; typedef 40 extern int select(int, fd_set *, fd_set *, fd_set *, struct timeval *); 41 extern int pselect(int n, fd_set *readfds, fd_set *writefds, fd_set *errfds,
|
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/sys/ |
select.h | 38 typedef __kernel_fd_set fd_set; typedef 40 extern int select(int, fd_set *, fd_set *, fd_set *, struct timeval *); 41 extern int pselect(int n, fd_set *readfds, fd_set *writefds, fd_set *errfds,
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/sys/ |
select.h | 38 typedef __kernel_fd_set fd_set; typedef 40 extern int select(int, fd_set *, fd_set *, fd_set *, struct timeval *); 41 extern int pselect(int n, fd_set *readfds, fd_set *writefds, fd_set *errfds,
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/sys/ |
select.h | 38 typedef __kernel_fd_set fd_set; typedef 40 extern int select(int, fd_set *, fd_set *, fd_set *, struct timeval *); 41 extern int pselect(int n, fd_set *readfds, fd_set *writefds, fd_set *errfds,
|
/external/openssl/apps/ |
s_apps.h | 124 #if defined(OPENSSL_SYS_VMS) && !defined(FD_SET) 125 /* VAX C does not defined fd_set and friends, but it's actually quite simple */ 140 typedef fd_mask fd_set; typedef 141 #define FD_SET(n, p) (*(p) |= (1 << ((n) % NFDBITS)))
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xpoll.h | 118 typedef struct fd_set { struct 120 } fd_set; typedef in typeref:struct:fd_set 124 # define Select(n,r,w,e,t) select(n,(fd_set*)r,(fd_set*)w,(fd_set*)e,(struct timeval*)t) 129 # define Select(n,r,w,e,t) select(n,(fd_set*)r,(fd_set*)w,(fd_set*)e,(struct timeval*)t) 141 #ifndef FD_SET 142 #define FD_SET(n, p) (__XFDS_BITS(p, ((n)/NFDBITS)) |= ((fd_mask)1 << ((n) % NFDBITS)) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
select.h | 0 /* `fd_set' type and related macros, and `select'/`pselect' declarations. 54 /* The fd_set member is required to be an array of longs. */ 66 /* fd_set for select and pselect. */ 78 } fd_set; typedef in typeref:struct:__anon26860 80 /* Maximum number of file descriptors in `fd_set'. */ 84 /* Sometimes the fd_set member is assumed to have this type. */ 87 /* Number of bits per word of `fd_set' (some code assumes this is 32). */ 92 /* Access macros for `fd_set'. */ 93 #define FD_SET(fd, fdsetp) __FD_SET (fd, fdsetp) 109 extern int select (int __nfds, fd_set *__restrict __readfds [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xpoll.h | 118 typedef struct fd_set { struct 120 } fd_set; typedef in typeref:struct:fd_set 124 # define Select(n,r,w,e,t) select(n,(fd_set*)r,(fd_set*)w,(fd_set*)e,(struct timeval*)t) 129 # define Select(n,r,w,e,t) select(n,(fd_set*)r,(fd_set*)w,(fd_set*)e,(struct timeval*)t) 141 #ifndef FD_SET 142 #define FD_SET(n, p) (__XFDS_BITS(p, ((n)/NFDBITS)) |= ((fd_mask)1 << ((n) % NFDBITS)) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
select.h | 0 /* `fd_set' type and related macros, and `select'/`pselect' declarations. 54 /* The fd_set member is required to be an array of longs. */ 66 /* fd_set for select and pselect. */ 78 } fd_set; typedef in typeref:struct:__anon28526 80 /* Maximum number of file descriptors in `fd_set'. */ 84 /* Sometimes the fd_set member is assumed to have this type. */ 87 /* Number of bits per word of `fd_set' (some code assumes this is 32). */ 92 /* Access macros for `fd_set'. */ 93 #define FD_SET(fd, fdsetp) __FD_SET (fd, fdsetp) 109 extern int select (int __nfds, fd_set *__restrict __readfds [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/ |
Xpoll.h | 118 typedef struct fd_set { struct 120 } fd_set; typedef in typeref:struct:fd_set 124 # define Select(n,r,w,e,t) select(n,(fd_set*)r,(fd_set*)w,(fd_set*)e,(struct timeval*)t) 129 # define Select(n,r,w,e,t) select(n,(fd_set*)r,(fd_set*)w,(fd_set*)e,(struct timeval*)t) 141 #ifndef FD_SET 142 #define FD_SET(n, p) (__XFDS_BITS(p, ((n)/NFDBITS)) |= ((fd_mask)1 << ((n) % NFDBITS)) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
select.h | 0 /* `fd_set' type and related macros, and `select'/`pselect' declarations. 54 /* The fd_set member is required to be an array of longs. */ 66 /* fd_set for select and pselect. */ 78 } fd_set; typedef in typeref:struct:__anon30038 80 /* Maximum number of file descriptors in `fd_set'. */ 84 /* Sometimes the fd_set member is assumed to have this type. */ 87 /* Number of bits per word of `fd_set' (some code assumes this is 32). */ 92 /* Access macros for `fd_set'. */ 93 #define FD_SET(fd, fdsetp) __FD_SET (fd, fdsetp) 109 extern int select (int __nfds, fd_set *__restrict __readfds [all...] |
/external/kernel-headers/original/linux/ |
types.h | 21 typedef __kernel_fd_set fd_set; typedef
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
types.h | 12 typedef __kernel_fd_set fd_set; typedef
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
types.h | 12 typedef __kernel_fd_set fd_set; typedef
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
types.h | 12 typedef __kernel_fd_set fd_set; typedef
|
/external/valgrind/main/perf/ |
test_input_for_tinycc.c | 390 } fd_set; typedef in typeref:struct:__anon17412 401 extern int select (int __nfds, fd_set *__restrict __readfds, 402 fd_set *__restrict __writefds, 403 fd_set *__restrict __exceptfds, [all...] |