mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-22 10:30:29 +00:00
Make clock_gettime() faster on FreeBSD
This commit is contained in:
parent
5deda43766
commit
5ea618f0af
15 changed files with 67 additions and 18 deletions
|
@ -2407,7 +2407,9 @@ UNIX MODULE
|
|||
`clock` can be any one of of:
|
||||
|
||||
- `CLOCK_REALTIME`: universally supported
|
||||
- `CLOCK_REALTIME_FAST`: ditto but faster on freebsd
|
||||
- `CLOCK_MONOTONIC`: universally supported
|
||||
- `CLOCK_MONOTONIC_FAST`: ditto but faster on freebsd
|
||||
- `CLOCK_MONOTONIC_RAW`: nearly universally supported
|
||||
- `CLOCK_PROCESS_CPUTIME_ID`: linux and bsd
|
||||
- `CLOCK_THREAD_CPUTIME_ID`: linux and bsd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue