ladybird/Libraries/LibThreading
Zaggy1024 2867f87592 Everywhere: Shorten existing thread names to 15 characters or less
pthread_setname_np only accepts 16-byte null-terminated strings, so any
names longer than this will need to be truncated.
2026-01-26 15:51:46 -06:00
..
BackgroundAction.cpp Everywhere: Shorten existing thread names to 15 characters or less 2026-01-26 15:51:46 -06:00
BackgroundAction.h LibThreading: Use WeakEventLoopReference in BackgroundAction 2025-12-09 16:12:40 -06:00
CMakeLists.txt CMake: Rename serenity_* helper functions/macros to ladybird_* 2025-07-03 23:19:41 +02:00
ConditionVariable.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Forward.h LibThreading: Forward-declare Thread in LibThreading/Forward.h 2025-09-22 17:28:21 -05:00
Mutex.h LibThreading: Clean up pthread mutex attributes and mutex itself 2025-02-20 15:04:50 -07:00
MutexProtected.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
RWLock.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
RWLockProtected.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Thread.cpp LibThreading: Set system threads' names based on Thread::thread_name() 2026-01-26 15:51:46 -06:00
Thread.h LibThreading: Remove Weakable from Thread 2025-09-22 17:28:21 -05:00
WorkerThread.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00