1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-14 04:27:35 +00:00
serenity/Userland/Libraries/LibPthread
Andreas Kling 90e5fd5b53 LibC+LibPthread: Add PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP
This is a common but non-standard way of initializing a pthread_mutex_t
in recursive mode.
2021-07-05 23:30:15 +02:00
..
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 LibPthread: Reimplement condition variables 2021-07-05 20:26:01 +02:00
pthread.h LibC+LibPthread: Add PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP 2021-07-05 23:30:15 +02:00
pthread_cond.cpp LibPthread: Reimplement condition variables 2021-07-05 20:26:01 +02:00
pthread_once.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
semaphore.cpp LibPthread: Reimplement semaphores 2021-07-05 20:26:01 +02:00
semaphore.h LibPthread: Reimplement semaphores 2021-07-05 20:26:01 +02:00