cosmopolitan/libc/thread
Justine Tunney fbc053e018 Make fixes and improvements
- Introduce __assert_disable global
- Improve strsignal() thread safety
- Make system call tracing thread safe
- Fix SO_RCVTIMEO / SO_SNDTIMEO on Windows
- Refactor DescribeFoo() functions into one place
- Fix fork() on Windows when TLS and MAP_STACK exist
- Round upwards in setsockopt(SO_RCVTIMEO) on Windows
- Disable futexes on OpenBSD which seem extremely broken
- Implement a better kludge for monotonic time on Windows
2022-06-25 21:09:09 -07:00
..
attr.c Refactor some code 2022-05-28 14:09:21 -07:00
create.c Perform some code cleanup 2022-06-23 10:21:07 -07:00
ctor.S Add pthread tls api 2022-06-22 07:08:17 -07:00
detach.c Refactor some code 2022-05-28 14:09:21 -07:00
exit.c Refactor some code 2022-05-28 14:09:21 -07:00
freebsd.internal.h Refactor some code 2022-05-28 14:09:21 -07:00
init.c Add pthread tls api 2022-06-22 07:08:17 -07:00
internal.h Add pthread tls api 2022-06-22 07:08:17 -07:00
join.c Perform some code cleanup 2022-06-23 10:21:07 -07:00
key.c Add pthread tls api 2022-06-22 07:08:17 -07:00
openbsd.internal.h Make fixes and improvements 2022-06-25 21:09:09 -07:00
pthread_getspecific.c Add pthread tls api 2022-06-22 07:08:17 -07:00
pthread_key_create.c Add pthread tls api 2022-06-22 07:08:17 -07:00
pthread_key_delete.c Add pthread tls api 2022-06-22 07:08:17 -07:00
pthread_key_destruct.c Perform some code cleanup 2022-06-23 10:21:07 -07:00
pthread_setspecific.c Add pthread tls api 2022-06-22 07:08:17 -07:00
self.c Apply even more fixups 2022-06-12 11:57:00 -07:00
sem.c Refactor some code 2022-05-28 14:09:21 -07:00
thread.h Add pthread tls api 2022-06-22 07:08:17 -07:00
thread.mk Make improvements 2022-05-28 00:28:09 -07:00
wait.c Perform some code cleanup 2022-06-23 10:21:07 -07:00
xnu.internal.h Get threads working on all platforms 2022-05-13 03:59:09 -07:00
yield.c Refactor some code 2022-05-28 14:09:21 -07:00
zombie.c Perform some code cleanup 2022-06-23 10:21:07 -07:00