cosmopolitan/test/libc/intrin
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
..
asan_test.c Make more fixes and improvements 2022-06-13 11:02:13 -07:00
describeflags_test.c Get Redbean fork() working on the New Technology 2022-03-20 08:01:14 -07:00
describesigset_test.c Write more redbean unit tests 2022-07-08 23:10:02 -07:00
dos2errno_test.c Polish recent changes and make improvements 2022-03-19 03:37:00 -07:00
formatint32_test.c Use Lua auto buffers when possible 2022-05-29 19:04:30 -07:00
getenv_test.c Restart CI for New Technology and UBSAN hunting 2022-03-21 04:32:57 -07:00
intrin_test.c Comment out psrldq_fuzz test 2022-05-04 21:43:38 -07:00
kprintf_test.c Make _Thread_local work across platforms 2022-07-10 04:01:17 -07:00
memcmp_test.c Make improvements to locking 2022-06-19 01:30:12 -07:00
memmove_test.c Make fixes, improvements, and chibicc python bindings 2021-10-08 08:41:57 -07:00
memset_test.c Make improvements 2022-04-07 00:15:35 -07:00
palignr_test.c Improve dead code elimination 2021-02-08 04:04:42 -08:00
pmulhrsw_test.c Remove undefined behaviors 2021-05-16 11:16:28 -07:00
pshuf_test.c Change license 2020-12-27 17:18:44 -08:00
pthread_mutex_lock_test.c Make _Thread_local work across platforms 2022-07-10 04:01:17 -07:00
pthread_yield.c Make mutex calling code 10x tinier 2022-06-12 20:17:12 -07:00
sched_yield_test.c Improve system calls 2022-07-08 06:42:03 -07:00
strlen_test.c Perform some code cleanup 2022-06-23 10:21:07 -07:00
strsignal_test.c Make fixes and improvements 2022-06-25 21:09:09 -07:00
test.mk Make _Thread_local work across platforms 2022-07-10 04:01:17 -07:00