ladybird/Userland/Libraries/LibC/bits
AnotherTest bb777459a0 LibC+LibPthread: Implement pthread_atfork()
This required a bit of rearchitecture, as pthread_atfork() required a
mutex, and duplicating a mutex impl for it was silly.
As such, this patch moves some standalone bits of pthread into LibC and
uses those to implement atfork().
It should be noted that for programs that don't use atfork(), this
mechanism only costs two atomic loads (as opposed to the normal mutex
lock+unlock) :^)
2021-02-15 17:32:56 +01:00
..
FILE.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
posix1_lim.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
pthread_integration.h LibC+LibPthread: Implement pthread_atfork() 2021-02-15 17:32:56 +01:00
stdint.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00