|
hoshi-lang dev
Yet another programming language
|
#include <time.h>
Static Public Member Functions | |
| static void | gc_refcount_decrease (YoiIntAndIntObject *obj) |
| static YoiIntAndIntObject * | create (int64_t seconds, int64_t nanoseconds) |
Public Attributes | |
| unsigned long long | gc_refcount |
| unsigned long long | type_id |
| unsigned long long | seconds |
| unsigned long long | nanoseconds |
|
static |
Definition at line 160 of file time.cpp.
References gc_refcount, nanoseconds, runtime_object_alloc(), and seconds.
Referenced by runtime_time_monotonic_now(), and runtime_time_now().


|
static |
Definition at line 154 of file time.cpp.
References gc_refcount, and runtime_finalize_object().

| unsigned long long gc_refcount |
Definition at line 24 of file time.h.
Referenced by create(), and gc_refcount_decrease().