Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Latest commit

 

History

History
5 lines (5 loc) · 374 Bytes

TODO.md

File metadata and controls

5 lines (5 loc) · 374 Bytes

TODO

  • ensure that pthread_cond_notify marks itself as forced busy to bypass the issue of delivering a signal to a forced idle thread causing both threads to temporarily be considered idle.
  • since we'll often be used in conjunction with libfaketime, compensate for its issues with timeouts by looping in threading functions until the timeout is actually expired.