cosmopolitan/third_party/nsync/mem
Justine Tunney 3f0bcdc3ef
Improve cancellations, randomness, and time
- Exhaustively document cancellation points
- Rename SIGCANCEL to SIGTHR just like BSDs
- Further improve POSIX thread cancellations
- Ensure asynchronous cancellations work correctly
- Elevate the quality of getrandom() and getentropy()
- Make futexes cancel correctly on OpenBSD 6.x and 7.x
- Add reboot.com and shutdown.com to examples directory
- Remove underscore prefix from awesome timespec_*() APIs
- Create assertions that help verify our cancellation points
- Remove bad timespec APIs (cmp generalizes eq/ne/gt/gte/lt/lte)
2022-11-05 23:45:32 -07:00
..
array.c Clean up some sleep code 2022-10-08 03:00:48 -07:00
mem.mk Add *NSYNC to libc/isystem 2022-09-13 01:47:12 -07:00
nsync.mk Add *NSYNC to libc/isystem 2022-09-13 01:47:12 -07:00
nsync_counter.c Add *NSYNC to libc/isystem 2022-09-13 01:47:12 -07:00
nsync_cv.c Improve cancellations, randomness, and time 2022-11-05 23:45:32 -07:00
nsync_debug.c Add *NSYNC to libc/isystem 2022-09-13 01:47:12 -07:00
nsync_mu_wait.c Make futexes cancellable by pthreads 2022-11-04 18:36:34 -07:00
nsync_note.c Add *NSYNC to libc/isystem 2022-09-13 01:47:12 -07:00
nsync_once.c Add *NSYNC to libc/isystem 2022-09-13 01:47:12 -07:00
nsync_sem_wait.c Elevate Windows production worthiness 2022-10-13 13:44:41 -07:00
nsync_wait.c Make futexes cancellable by pthreads 2022-11-04 18:36:34 -07:00