add sleep-fallback and invariant check

This commit is contained in:
Colin Davidson
2023-02-21 17:48:49 -08:00
parent 91dccf8d62
commit 8e5e43f335
4 changed files with 60 additions and 20 deletions
+7
View File
@@ -0,0 +1,7 @@
//+private
//+build openbsd
package time
_get_tsc_frequency :: proc "contextless" () -> (u64, bool) {
return 0, false
}