Perform some code cleanup

This commit is contained in:
Justine Tunney 2022-10-04 23:32:16 -07:00
parent 174d288e66
commit fe3216e961
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
14 changed files with 803 additions and 312 deletions

View file

@ -100,4 +100,7 @@ void _wait0(const atomic_int *ctid) {
_wait0_poll(&ts);
}
}
if (IsOpenbsd()) {
sched_yield(); // TODO(jart): whhhy?
}
}