1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-21 10:45:07 +00:00
serenity/Userland/Libraries/LibPthread
Ali Mohammad Pur 7eafa58af8 Revert "LibPthread: Partially implement pthread_cleanup_(push pop)"
This reverts commit 5d51e26caf.
The threadlocal Vector was somehow misaligned, causing UBSAN to be sad
about calling a misaligned method (either the dtor or .is_empty()) on
it.
For now, let's revert this and avoid the CI flake.
Fixes #12957.
2022-03-11 04:12:21 +03:30
..
CMakeLists.txt LibPthread: Reimplement condition variables 2021-07-05 20:26:01 +02:00
forward.cpp Revert "Userland: static vs non-static constexpr variables" 2021-05-21 10:30:52 +01:00
pthread.cpp Revert "LibPthread: Partially implement pthread_cleanup_(push pop)" 2022-03-11 04:12:21 +03:30
pthread.h LibPthread: Add PTHREAD_CANCELED 2022-02-12 12:16:59 +01:00
pthread_cond.cpp LibPthread: Validate the clock argument in pthread_condattr_setclock 2022-01-09 11:15:06 +03:30
pthread_once.cpp LibPthread: Add POSIX spec links for pthread_once API 2022-01-07 01:18:57 -08:00
semaphore.cpp LibPthread: Add POSIX spec links for semaphore APIs 2022-01-07 01:18:57 -08:00
semaphore.h LibPthread: Reimplement semaphores 2021-07-05 20:26:01 +02:00