cosmopolitan/test/libc/thread
Justine Tunney 99dc1281f5
Overhaul Windows signal handling
The new asynchronous signal delivery technique is now also being used
for tkill(), raise(), etc. Many subtle issues have been addresesd. We
now signal handling on Windows that's remarkably similar to the POSIX
behaviors. However that's just across threads. We're lacking a way to
have the signal semantics work well, across multiple WIN32 processes.
2023-09-08 01:49:41 -07:00
..
makecontext_test.c Fix the MODE=tinylinux build 2023-08-19 06:56:05 -07:00
nsync_test.c Use *NSYNC for POSIX threads locking APIs 2022-09-11 11:04:50 -07:00
pthread_attr_setsigmask_np_test.c Fix some more issues with aarch64 and llama.cpp 2023-05-10 07:34:26 -07:00
pthread_barrier_wait_test.c Make greenbean web server better 2023-09-07 03:44:50 -07:00
pthread_cancel_test.c Implement thread cancellation for aarch64 2023-09-07 08:48:38 -07:00
pthread_cond_signal_test.c Make fixes and improvements 2022-10-19 07:19:19 -07:00
pthread_create_test.c Fix warnings 2023-09-01 20:50:18 -07:00
pthread_detach_test.c Fix warnings 2023-09-01 20:50:18 -07:00
pthread_exit_test.c Make improvements 2022-11-10 21:52:47 -08:00
pthread_key_create_test.c Remove old stack code and improve dirstream 2023-08-16 07:54:40 -07:00
pthread_kill_test.c Overhaul Windows signal handling 2023-09-08 01:49:41 -07:00
pthread_rwlock_rdlock_test.c Make fixes and improvements 2022-10-19 07:19:19 -07:00
pthread_setname_np_test.c Remove old stack code and improve dirstream 2023-08-16 07:54:40 -07:00
sem_open_test.c Make the Windows Console work better 2023-09-07 18:27:22 -07:00
sem_timedwait_test.c Fix warnings 2023-09-01 20:50:18 -07:00
test.mk Hunt down more bugs 2023-07-03 18:43:29 -07:00