libressl_d.compat.time

Undocumented in source.

Public Imports

core.stdc.time
public import core.stdc.time;
Undocumented in source.
core.sys.posix.time
public import core.sys.posix.time;
Undocumented in source.
libressl_d.compat.sys.time
public import libressl_d.compat.sys.time;
Undocumented in source.

Members

Aliases

CLOCK_MONOTONIC
alias CLOCK_MONOTONIC = .CLOCK_REALTIME
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.
gmtime_r
alias gmtime_r = .__gmtime_r
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

__gmtime_r
core.stdc.time.tm* __gmtime_r(const(core.stdc.time.time_t)* t, core.stdc.time.tm* tm)
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 clock_id, libressl_d.compat.sys.time.timespec* tp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
timegm
core.stdc.time.time_t timegm(core.stdc.time.tm* tm)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
timespecsub
void timespecsub(libressl_d.compat.sys.time.timespec* tsp, libressl_d.compat.sys.time.timespec* usp, libressl_d.compat.sys.time.timespec* vsp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

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

Meta