cosmopolitan/test/libc/thread
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
..
dog.c Make _Thread_local work across platforms 2022-07-10 04:01:17 -07:00
pthread_key_create_test.c Add pthread tls api 2022-06-22 07:08:17 -07:00
spawn_test.c Make _Thread_local work across platforms 2022-07-10 04:01:17 -07:00
test.mk Refactor some code 2022-05-28 14:09:21 -07:00