cosmopolitan/test/libc/runtime
Justine Tunney 5f4f6b0e69 Make _Thread_local work across platforms
We now rewrite the binary image at runtime on Windows and XNU to change
mov %fs:0,%reg instructions to use %gs instead. There's also simpler
threading API introduced by this change and it's called _spawn() and
_join(), which has replaced most clone() usage.
2022-07-10 04:01:17 -07:00
..
ape_test.c Add fixups for previous change 2022-06-27 15:00:51 -07:00
arch_prctl_test.c Add fixups for previous change 2022-06-27 15:00:51 -07:00
clone_test.c Make _Thread_local work across platforms 2022-07-10 04:01:17 -07:00
fork_test.c Add fixups for previous change 2022-06-27 15:00:51 -07:00
getdosargv_test.c Make improvements 2022-04-28 09:57:07 -07:00
getdosenviron_test.c Add MODE=optlinux build mode (#141) 2021-10-14 19:36:49 -07:00
grow_test.c Make numerous improvements 2021-09-28 01:52:34 -07:00
itsatrap_test.c Get codebase completely working with LLVM 2021-02-09 02:57:32 -08:00
memtrack_test.c Add fixups for previous change 2022-06-27 15:00:51 -07:00
mmap_test.c Add fixups for previous change 2022-06-27 15:00:51 -07:00
mprotect_test.c Make _Thread_local work across platforms 2022-07-10 04:01:17 -07:00
munmap_test.c Add malloc logging tool 2022-05-26 23:19:22 -07:00
test.mk Make _Thread_local work across platforms 2022-07-10 04:01:17 -07:00