1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:28:11 +00:00
serenity/Userland/Libraries/LibPthread
Ben Wiederhake cf0d4994c2 LibC+LibPthread: Permit partial pthread_atfork
POSIX explicitly allows providing nullptr's, and our __pthread_*() implementation
stores and calls the provided functions as-is, without checking for nullptr.
2021-02-15 22:09:01 +01:00
..
CMakeLists.txt Userland: Add LibSystem and funnel all syscalls through it 2021-02-05 12:23:39 +01:00
pthread.cpp LibC+LibPthread: Permit partial pthread_atfork 2021-02-15 22:09:01 +01:00
pthread.h LibC+LibPthread: Implement pthread_atfork() 2021-02-15 17:32:56 +01:00
pthread_once.cpp Kernel: Some futex improvements 2021-01-17 20:30:31 +01:00