Searched defs:timeval (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXos.h93 * Get struct timeval and struct tm
104 struct timeval { struct
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dtime.h54 struct timeval { struct
60 * Structure defined by POSIX.1b to be like a timeval.
145 struct timeval it_interval; /* timer interval */
146 struct timeval it_value; /* current value */
193 int gettimeofday (struct timeval *tp, void *ignore);
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dsockets.h210 * with other projects namespaces where timeval is present
217 struct timeval { struct
245 struct timeval *timeout);
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dsockets.h361 /** LWIP_TIMEVAL_PRIVATE: if you want to use the struct timeval provided
368 struct timeval { struct
396 struct timeval *timeout);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinsock.h70 /* On Darwin stdlib.h includes sys/resource.h which defines timeval but not the fd_set macros */
82 # define timeval Include_winsock_h_before_sys_types_h_or_use_the_MSVCRT_library macro
89 # define timeval unix_timeval macro
97 # undef timeval macro
452 typedef struct WS(timeval)
1022 int WINAPI WS(select)(int,WS(fd_set)*,WS(fd_set)*,WS(fd_set)*,const struct WS(timeval)*);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinsock.h70 /* On Darwin stdlib.h includes sys/resource.h which defines timeval but not the fd_set macros */
82 # define timeval Include_winsock_h_before_sys_types_h_or_use_the_MSVCRT_library macro
89 # define timeval unix_timeval macro
97 # undef timeval macro
454 typedef struct WS(timeval)
1053 int WINAPI WS(select)(int,WS(fd_set)*,WS(fd_set)*,WS(fd_set)*,const struct WS(timeval)*);

Completed in 111 milliseconds