1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-29 19:52:38 +00:00
serenity/Userland/Libraries/LibPthread
Gunnar Beutner bd08f9188a Pthread: Add stubs for pthread_cleanup_{push,pop}
The stubs are necessary to make the xz port properly detect pthread
support. The two functions are only used in the configure script and
nowhere else.
2021-04-19 17:55:35 +02:00
..
CMakeLists.txt LibPthread: Implement semaphore functions 2021-04-14 13:13:06 +02:00
pthread.cpp Pthread: Add stubs for pthread_cleanup_{push,pop} 2021-04-19 17:55:35 +02:00
pthread.h LibC+LibPthread: Make sure TLS keys are destroyed after everything else 2021-04-18 10:52:05 +02:00
pthread_once.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
semaphore.cpp LibPthread: Implement sem_getvalue() 2021-04-15 09:31:49 +02:00
semaphore.h LibPthread: Ensure we're not overflowing the semaphore's value 2021-04-15 09:31:49 +02:00