Halide
19.0.0
Halide compiler and libraries
Loading...
Searching...
No Matches
posix_timeval.h
Go to the documentation of this file.
1
#ifndef _STRUCT_TIMEVAL
2
#define _STRUCT_TIMEVAL
3
4
#ifdef BITS_64
5
struct
timeval
{
6
int64_t
tv_sec
,
tv_usec
;
7
};
8
#else
9
struct
timeval
{
10
int32_t
tv_sec
,
tv_usec
;
11
};
12
#endif
13
14
#endif
int64_t
signed __INT64_TYPE__ int64_t
Definition
runtime_internal.h:22
int32_t
signed __INT32_TYPE__ int32_t
Definition
runtime_internal.h:24
timeval
Definition
posix_timeval.h:9
timeval::tv_sec
int32_t tv_sec
Definition
posix_timeval.h:10
timeval::tv_usec
int32_t tv_usec
Definition
posix_timeval.h:10
src
runtime
posix_timeval.h
Generated by
1.12.0