mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-30 08:18:30 +00:00
Clean up some sleep code
This commit is contained in:
parent
9849b4c7ba
commit
672ccda37c
35 changed files with 310 additions and 598 deletions
8
third_party/nsync/compat.S
vendored
8
third_party/nsync/compat.S
vendored
|
@ -41,3 +41,11 @@ nsync_time_ms:
|
|||
nsync_time_us:
|
||||
jmp _timespec_frommicros
|
||||
.endfn nsync_time_us,globl
|
||||
|
||||
nsync_time_sleep:
|
||||
jmp _timespec_sleep
|
||||
.endfn nsync_time_us,globl
|
||||
|
||||
nsync_time_sleep_until:
|
||||
jmp _timespec_sleep_until
|
||||
.endfn nsync_time_us,globl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue