Halide 16.0.0
Halide compiler and libraries
posix_timeval.h
Go to the documentation of this file.
1#ifndef _STRUCT_TIMEVAL
2#define _STRUCT_TIMEVAL
3
4#ifdef BITS_64
5struct timeval {
7};
8#else
9struct timeval {
11};
12#endif
13
14#endif
signed __INT64_TYPE__ int64_t
signed __INT32_TYPE__ int32_t
int32_t tv_sec
Definition: posix_timeval.h:10
int32_t tv_usec
Definition: posix_timeval.h:10