cosmopolitan/libc/thread
Justine Tunney 853b6c3864 Improve system calls
- Wrap clock_getres()
- Wrap sched_setscheduler()
- Make sleep() api conformant
- Polyfill sleep() using select()
- Improve clock_gettime() polyfill
- Make nanosleep() POSIX conformant
- Slightly improve some DNS functions
- Further strengthen pledge() sandboxing
- Improve rounding of timeval / timespec
- Allow layering of pledge() calls on Linux
- Polyfill sched_yield() using select() on XNU
- Delete more system constants we probably don't need
2022-07-08 06:42:03 -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 Improve system calls 2022-07-08 06:42:03 -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 Make some quick fixes and cleanup 2022-06-26 02:58:36 -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