twizzler-operating-system / twizzler

The Twizzler Operating System
BSD 3-Clause "New" or "Revised" License
66 stars 13 forks source link

Thread sync syscall doesn't sleep for timeout if ops slice is empty. #98

Closed dbittman closed 1 year ago

dbittman commented 1 year ago

The thread_sync syscall should sleep for the duration of the timeout argument if the ops slice is empty. It currently doesn't.

dbittman commented 1 year ago

Fixed by #99