cosmopolitan/test/libc/thread
Justine Tunney 994e1f4386
Improve pthread_join()
Since we're now on Windows 8, we can have clone() work as advertised on
Windows, where it sends a futex wake to the child tid. It's also likely
we no longer need to work around thread flakes on OpenBSD, in _wait0().
2022-09-16 14:02:06 -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 Pay off more technical debt 2022-09-12 23:36:56 -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 Improve pthread_join() 2022-09-16 14:02:06 -07:00
pthread_key_create_test.c Tidy up the threading implementation 2022-09-10 02:56:25 -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