| Modifier and Type | Method and Description |
|---|---|
static ClockId |
ClockId.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClockId[] |
ClockId.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default long |
PosixAPI.clock_gettime(ClockId clockId)
Returns the current wall clock time for a specific clock ID in nanoseconds.
|
Copyright © 2024. All rights reserved.