cosmopolitan/libc/thread
Justine Tunney 9208c83f7a Make some systemic improvements
- add vdso dump utility
- tests now log stack usage
- rename g_ftrace to __ftrace
- make internal spinlocks go faster
- add conformant c11 atomics library
- function tracing now logs stack usage
- make function call tracing thread safe
- add -X unsecure (no ssl) mode to redbean
- munmap() has more consistent behavior now
- pacify fsync() calls on python unit tests
- make --strace flag work better in redbean
- start minimizing and documenting compiler flags
2022-05-18 16:52:36 -07:00
..
attr.c Improve memory safety 2021-10-13 17:27:13 -07:00
attr.h Improve memory safety 2021-10-13 17:27:13 -07:00
create.c Apply fixup to cthread initialization (#301) 2021-10-25 16:22:10 -07:00
create.h Improve memory safety 2021-10-13 17:27:13 -07:00
descriptor.h [WIP] Threading phase 2 (#301) 2021-10-25 16:02:26 -07:00
detach.c Improve memory safety 2021-10-13 17:27:13 -07:00
detach.h [WIP] Threading (#282) 2021-10-13 11:26:05 -07:00
exit.c Fix bugs and add security features to redbean 2022-04-18 00:01:26 -07:00
exit.h [WIP] Threading (#282) 2021-10-13 11:26:05 -07:00
freebsd.internal.h Get threads working on all platforms 2022-05-13 03:59:09 -07:00
init.c Apply fixup to cthread initialization (#301) 2021-10-25 16:22:10 -07:00
join.c Clean up the clone() code a bit 2022-05-17 07:40:00 -07:00
join.h [WIP] Threading (#282) 2021-10-13 11:26:05 -07:00
self.c [WIP] Threading (#282) 2021-10-13 11:26:05 -07:00
self.h Improve memory safety 2021-10-13 17:27:13 -07:00
sem.c Make some systemic improvements 2022-05-18 16:52:36 -07:00
sem.h [WIP] Threading phase 2 (#301) 2021-10-25 16:02:26 -07:00
thread.mk Get threads working on all platforms 2022-05-13 03:59:09 -07:00
wait.c Clean up the clone() code a bit 2022-05-17 07:40:00 -07:00
wait.h [WIP] Threading phase 2 (#301) 2021-10-25 16:02:26 -07:00
xnu.internal.h Get threads working on all platforms 2022-05-13 03:59:09 -07:00
yield.c Improve memory safety 2021-10-13 17:27:13 -07:00
yield.h [WIP] Threading (#282) 2021-10-13 11:26:05 -07:00