tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
itimerval
tango
stdc
posix
sys
time
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
struct
itimerval
version(linux)
extern (
C
)
struct
itimerval {
timeval
it_interval
;
timeval
it_value
;
}
struct
itimerval
struct
itimerval
struct
itimerval
Members
Variables
it_interval
timeval
it_interval
;
Undocumented in source.
it_value
timeval
it_value
;
Undocumented in source.
Meta
Source
See Implementation
tango
stdc
posix
sys
time
functions
getitimer
gettimeofday
select
setitimer
utimes
structs
itimerval
timeval
timezone_t
variables
ITIMER_PROF
ITIMER_REAL
ITIMER_VIRTUAL