Skip to content

rts: Prefer darwin-specific getCurrentThreadCPUTime

Ben Gamari requested to merge wip/T17906 into master

macOS Catalina now supports a non-POSIX-compliant version of clock_gettime which cannot use the clock_gettime codepath.

Fixes #17906 (closed).

Merge request reports