cosmopolitan/test/libc/thread
Justine Tunney 997ce29ddc
Elevate Windows production worthiness
- SQLite file locking now works on Windows
- SQLite will now use fdatasync() on non-Apple platforms
- Fix Ctrl-C handler on Windows to not crash with TLS
- Signals now work in multithreaded apps on Windows
- fcntl() will now accurately report EINVAL errors
- fcntl() now has excellent --strace logging
- Token bucket replenish now go 100x faster
- *NSYNC cancellations now work on Windows
- Support closefrom() on NetBSD
2022-10-13 13:44:41 -07:00
..
nsync_test.c Use *NSYNC for POSIX threads locking APIs 2022-09-11 11:04:50 -07:00
pthread_barrier_wait_test.c Perform some code cleanup 2022-10-04 23:32:16 -07:00
pthread_cond_signal_test.c Use *NSYNC for POSIX threads locking APIs 2022-09-11 11:04:50 -07:00
pthread_create_test.c Make more improvements to threading support 2022-10-09 00:08:47 -07:00
pthread_key_create_test.c Tidy up the threading implementation 2022-09-10 02:56:25 -07:00
pthread_kill_test.c Elevate Windows production worthiness 2022-10-13 13:44:41 -07:00
pthread_rwlock_rdlock_test.c Pay off more technical debt 2022-09-12 23:36:56 -07:00
pthread_setname_np_test.c Use *NSYNC for POSIX threads locking APIs 2022-09-11 11:04:50 -07:00
spawn_test.c Pay off more technical debt 2022-09-12 23:36:56 -07:00
test.mk Add *NSYNC to libc/isystem 2022-09-13 01:47:12 -07:00