tango.stdc.posix.sys.time

D header file for POSIX.

Public Imports

tango.stdc.posix.sys.types
public import tango.stdc.posix.sys.types;
Undocumented in source.
tango.stdc.posix.sys.select
public import tango.stdc.posix.sys.select;
Undocumented in source.

Members

Functions

getitimer
int getitimer(int , itimerval* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getitimer
int getitimer(int , itimerval* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getitimer
int getitimer(int , itimerval* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getitimer
int getitimer(int , itimerval* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gettimeofday
int gettimeofday(timeval* , void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gettimeofday
int gettimeofday(timeval* , timezone_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gettimeofday
int gettimeofday(timeval* , timezone_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gettimeofday
int gettimeofday(timeval* , timezone_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
select
int select(int , fd_set* , fd_set* , fd_set* , timeval* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
select
int select(int , fd_set* , fd_set* , fd_set* , timeval* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
select
int select(int , fd_set* , fd_set* , fd_set* , timeval* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
select
int select(int , fd_set* , fd_set* , fd_set* , timeval* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setitimer
int setitimer(int , itimerval* , itimerval* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setitimer
int setitimer(int , itimerval* , itimerval* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setitimer
int setitimer(int , itimerval* , itimerval* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
setitimer
int setitimer(int , itimerval* , itimerval* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
utimes
int utimes(char* , timeval[2] )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
utimes
int utimes(char* , timeval[2] )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
utimes
int utimes(char* , timeval[2] )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
utimes
int utimes(char* , timeval* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

itimerval
struct itimerval
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
itimerval
struct itimerval
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
itimerval
struct itimerval
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
itimerval
struct itimerval
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
timeval
struct timeval
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
timeval
struct timeval
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
timeval
struct timeval
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
timeval
struct timeval
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
timezone_t
struct timezone_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
timezone_t
struct timezone_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
timezone_t
struct timezone_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Variables

ITIMER_PROF
auto ITIMER_PROF;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ITIMER_REAL
auto ITIMER_REAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ITIMER_VIRTUAL
auto ITIMER_VIRTUAL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta

License

Public Domain

Standards

The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition

Authors

Sean Kelly