cosmopolitan/test/libc/thread
Justine Tunney 3265324e00
Don't relocate file descriptor memory
This change fixes #496 where ASAN spotted a race condition that could
happen in multithreaded programs, with more than OPEN_MAX descriptors
when using ZipOS or Windows NT, which require tracking open file info
and this change fixes that table so it never relocates, thus allowing
us to continue to enjoy the benefits of avoiding locks while reading.
2022-09-09 16:54:28 -07:00
..
pthread_create_test.c Don't relocate file descriptor memory 2022-09-09 16:54:28 -07:00
pthread_key_create_test.c Always initialize thread local storage 2022-07-19 00:21:46 -07:00
pthread_setname_np_test.c Add phtread_setname_np() and pthread_getname_np() 2022-09-07 19:04:05 -07:00
spawn_test.c Clean up some code 2022-08-20 12:32:51 -07:00
test.mk Add pthread attributes and other libc functions 2022-09-07 05:28:32 -07:00