core.sys.wasi.time

D header file for C99.

This module contains bindings to selected types and functions from the standard C header <_time.h>. Note that this is not automatically generated, and may omit some types/functions from the original C header.

Members

Aliases

clock_t (from core.sys.wasi.types)
alias clock_t = int via public import core.sys.wasi.types : time_t, clock_t, error_t;
Undocumented in source.
error_t (from core.sys.wasi.types)
alias error_t = short via public import core.sys.wasi.types : time_t, clock_t, error_t;
Undocumented in source.
time_t
alias time_t = ulong
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
time_t (from core.sys.wasi.types)
alias time_t = ulong via public import core.sys.wasi.types : time_t, clock_t, error_t;
Undocumented in source.

Functions

clock
clock_t clock()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
clock_time_get
time_result_t clock_time_get(clock_t , time_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tzset
void tzset()

Manifest constants

CLOCK_MONOTIME
enum CLOCK_MONOTIME;
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
enum 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
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.
CLOCK_THREAD_CPUTIME_ID
enum 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.

Static variables

tzname
const(char)*[2] tzname;

Structs

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

Variables

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

Meta

License

Distributed under the Boost Software License 1.0. (See accompanying file LICENSE)

Standards

ISO/IEC 9899:1999 (E)

Authors

Sean Kelly, Alex Rønne Petersen