cosmopolitan/test/ctl
Justine Tunney 76957983cf
Make POSIX threads improvements
- Ensure SIGTHR isn't blocked in newly created threads
- Use TIB rather than thread_local for thread atexits
- Make POSIX thread keys atomic within thread
- Don't bother logging prctl() to --strace
- Log thread destructor names to --strace
2024-06-30 15:38:59 -07:00
..
.clang-format Introduce Cosmopolitan Templates Library (CTL) 2024-06-03 09:21:59 -07:00
accumulate_test.cc Add more CTL content 2024-06-28 19:09:54 -07:00
advance_test.cc Add more CTL content 2024-06-28 19:09:54 -07:00
all_of_test.cc Make POSIX threads improvements 2024-06-30 15:38:59 -07:00
any_of_test.cc Add more CTL content 2024-06-28 19:09:54 -07:00
array_test.cc Add more CTL content 2024-06-28 19:09:54 -07:00
back_inserter_test.cc Add more CTL content 2024-06-28 19:09:54 -07:00
BUILD.mk Further improve mmap() locking story 2024-06-29 17:12:43 -07:00
copy_test.cc Add more CTL content 2024-06-28 19:09:54 -07:00
istringstream_test.cc Add iostream to CTL 2024-06-29 15:45:09 -07:00
map_test.cc Introduce ctl::set and ctl::map 2024-06-23 22:27:11 -07:00
mutex_test.cc Add more CTL content 2024-06-28 19:09:54 -07:00
optional_test.cc Introduce ctl::set and ctl::map 2024-06-23 22:27:11 -07:00
ostringstream_test.cc Add iostream to CTL 2024-06-29 15:45:09 -07:00
set_test.cc Introduce ctl::set and ctl::map 2024-06-23 22:27:11 -07:00
sort_test.cc Add more CTL content 2024-06-28 19:09:54 -07:00
string_bench.cc Add more CTL content 2024-06-28 19:09:54 -07:00
string_test.cc Add more CTL content 2024-06-28 19:09:54 -07:00
string_view_test.cc Add more CTL content 2024-06-28 19:09:54 -07:00
tuple_test.cc Add more CTL content 2024-06-28 19:09:54 -07:00
unique_ptr_test.cc Add more CTL content 2024-06-28 19:09:54 -07:00
vector_test.cc Fix issue with ctl::vector constructor 2024-06-30 02:26:38 -07:00