mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Mention CLOCK_MONOTONIC.
This commit is contained in:
parent
8f5ef1a9fa
commit
aefdeea603
1 changed files with 3 additions and 2 deletions
|
|
@ -63,8 +63,9 @@ which is specifed by
|
|||
The
|
||||
.Fa clock_id
|
||||
argument
|
||||
can be one of three values: CLOCK_REALTIME for time that increments as
|
||||
a wall clock should, CLOCK_VIRTUAL for time that increments only when
|
||||
can be one of four values: CLOCK_REALTIME for time that increments as
|
||||
a wall clock should, CLOCK_MONOTONIC which increments in SI seconds,
|
||||
CLOCK_VIRTUAL for time that increments only when
|
||||
the CPU is running in user mode on behalf of the calling process, or
|
||||
CLOCK_PROF for time that increments when the CPU is running in user or
|
||||
kernel mode.
|
||||
|
|
|
|||
Loading…
Reference in a new issue