1 //Written in the D programming language
4 D header file for Solaris's extensions to POSIX's time.h.
6 Copyright: Copyright 2014
7 License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0).
10 module core
.sys
.solaris
.time
;
12 public import core
.sys
.posix
.time
;
16 enum CLOCK_VIRTUAL
= 1;
17 enum CLOCK_HIGHRES
= CLOCK_MONOTONIC
;
18 enum CLOCK_PROF
= CLOCK_THREAD_CPUTIME_ID
;