summaryrefslogtreecommitdiff
path: root/Libraries/LibThread
AgeCommit message (Expand)Author
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-11LibPthread: Fix incompatible pthread_setname_np(), pthread_getname_np()Andreas Kling
2019-12-20Build: clean up build system, use one shared Makefilejoshua stein
2019-12-08LibThread: Allow setting thread name in constructorAndrew Kaster
2019-11-13LibPthread: Start working on a POSIX threading libraryAndreas Kling
2019-11-03POSIX compliance: (most) shell scripts converted to generic shellGeorge Pickering
2019-10-12AK: Add Atomic.hTom
2019-09-22LibCore: Make CObject reference-countedAndreas Kling
2019-09-01LibThread: Add missing install.sh scriptAndreas Kling
2019-08-26LibThread: Move CLock to LibThread::LockSergey Bugaev
2019-08-26LibThread: Introduce a new threading librarySergey Bugaev