tango.stdc.posix.time

D header file for POSIX.

Public Imports

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

Members

Aliases

clockid_t
alias clockid_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
clockid_t
alias clockid_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
clockid_t
alias clockid_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
timer_t
alias timer_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
timer_t
alias timer_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
timer_t
alias timer_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

asctime_r
char* asctime_r(tm* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
asctime_r
char* asctime_r(tm* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
asctime_r
char* asctime_r(tm* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
asctime_r
char* asctime_r(tm* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
clock_getres
int clock_getres(clockid_t , timespec* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
clock_getres
int clock_getres(clockid_t , timespec* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
clock_getres
int clock_getres(clockid_t , timespec* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
clock_gettime
int clock_gettime(clockid_t , timespec* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
clock_gettime
int clock_gettime(clockid_t , timespec* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
clock_settime
int clock_settime(clockid_t , timespec* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
clock_settime
int clock_settime(clockid_t , timespec* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ctime_r
char* ctime_r(time_t* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ctime_r
char* ctime_r(time_t* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ctime_r
char* ctime_r(time_t* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ctime_r
char* ctime_r(time_t* , char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getdate
tm* getdate(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getdate
tm* getdate(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getdate
tm* getdate(char* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gmtime_r
tm* gmtime_r(time_t* , tm* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gmtime_r
tm* gmtime_r(time_t* , tm* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gmtime_r
tm* gmtime_r(time_t* , tm* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gmtime_r
tm* gmtime_r(time_t* , tm* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
localtime_r
tm* localtime_r(time_t* , tm* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
localtime_r
tm* localtime_r(time_t* , tm* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
localtime_r
tm* localtime_r(time_t* , tm* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
localtime_r
tm* localtime_r(time_t* , tm* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nanosleep
int nanosleep(timespec* , timespec* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nanosleep
int nanosleep(timespec* , timespec* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nanosleep
int nanosleep(timespec* , timespec* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nanosleep
int nanosleep(timespec* , timespec* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strptime
char* strptime(char* , char* , tm* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strptime
char* strptime(char* , char* , tm* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strptime
char* strptime(char* , char* , tm* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
strptime
char* strptime(char* , char* , tm* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
timegm
time_t timegm(tm* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
timegm
time_t timegm(tm* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
timegm
time_t timegm(tm* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
timegm
time_t timegm(tm* t)
Undocumented in source. Be warned that the author may not have intended to support it.
timer_create
int timer_create(clockid_t , sigevent* , timer_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
timer_create
int timer_create(clockid_t , sigevent* , timer_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
timer_create
int timer_create(clockid_t , sigevent* , timer_t* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
timer_delete
int timer_delete(timer_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
timer_delete
int timer_delete(timer_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
timer_delete
int timer_delete(timer_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
timer_getoverrun
int timer_getoverrun(timer_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
timer_getoverrun
int timer_getoverrun(timer_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
timer_getoverrun
int timer_getoverrun(timer_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
timer_gettime
int timer_gettime(timer_t , itimerspec* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
timer_gettime
int timer_gettime(timer_t , itimerspec* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
timer_gettime
int timer_gettime(timer_t , itimerspec* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
timer_settime
int timer_settime(timer_t , int , itimerspec* , itimerspec* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
timer_settime
int timer_settime(timer_t , int , itimerspec* , itimerspec* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
timer_settime
int timer_settime(timer_t , int , itimerspec* , itimerspec* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

daylight
int daylight;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
timezone
c_long timezone;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
timezone
c_long timezone;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
timezone
c_long timezone;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
timezone
c_long timezone;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

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

Variables

CLOCK_PROCESS_CPUTIME_ID
auto CLOCK_PROCESS_CPUTIME_ID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CLOCK_PROCESS_CPUTIME_ID
auto CLOCK_PROCESS_CPUTIME_ID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CLOCK_PROCESS_CPUTIME_ID
auto CLOCK_PROCESS_CPUTIME_ID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CLOCK_REALTIME
auto CLOCK_REALTIME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CLOCK_REALTIME
auto CLOCK_REALTIME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CLOCK_REALTIME
auto CLOCK_REALTIME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CLOCK_THREAD_CPUTIME_ID
auto CLOCK_THREAD_CPUTIME_ID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CLOCK_THREAD_CPUTIME_ID
auto CLOCK_THREAD_CPUTIME_ID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CLOCK_THREAD_CPUTIME_ID
auto CLOCK_THREAD_CPUTIME_ID;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TIMER_ABSTIME
auto TIMER_ABSTIME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TIMER_ABSTIME
auto TIMER_ABSTIME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
TIMER_ABSTIME
auto TIMER_ABSTIME;
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