ladybird/Libraries/LibPthread
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
..
CMakeLists.txt Revert "Build: Include headers from LibC, LibM, and LibPthread with -isystem" 2020-05-20 16:24:26 +02:00
pthread.cpp LibPThread: Make pthread_exit a noreturn function 2020-07-21 01:10:41 +02:00
pthread.h LibPThread: Make pthread_exit a noreturn function 2020-07-21 01:10:41 +02:00