ladybird/Libraries/LibThread
Muhammad Zahalqa f2d3cc7325 LibPThread: Make pthread_exit a noreturn function
LibPThread: mark pthread_exit a noreturn function using compiler attributes
LibThread: remove a call to pthread_exit from Thread::start lambda expression
as it make the return of teh lambda unreachable.
2020-07-21 01:10:41 +02:00
..
BackgroundAction.cpp Meta: Claim copyright for files created by me 2020-01-24 15:15:16 +01:00
BackgroundAction.h LibThread: Fix destroying background actions 2020-02-25 10:17:31 +01:00
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
Lock.h AK: Add ALWAYS_INLINE, NEVER_INLINE and FLATTEN macros 2020-04-30 11:43:25 +02:00
Thread.cpp LibPThread: Make pthread_exit a noreturn function 2020-07-21 01:10:41 +02:00
Thread.h LibCore: Remove leading C from filenames 2020-02-06 15:04:03 +01:00