summaryrefslogtreecommitdiff
path: root/Libraries/LibThread
AgeCommit message (Expand)Author
2020-08-17LibThread: Uninitialized member variable in Thread, found by CoverityBrian Gianforcaro
2020-08-14LibThread: Lockable - add forwarding constructorMuhammad Zahalqa
2020-08-10Kernel: More PID/TID typingBen Wiederhake
2020-08-07LibThread: Remove redundant --m_level in Lock::unlock() (#3040)Muhammad Zahalqa
2020-08-06LibThread: Remove redundant r/w of atomic variable in Lock::lock() (#3013)Muhammad Zahalqa
2020-07-21LibPThread: Make pthread_exit a noreturn functionMuhammad Zahalqa
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-04-30AK: Add ALWAYS_INLINE, NEVER_INLINE and FLATTEN macrosAndreas Kling
2020-04-13LibThread: Simplify the userspace Lock to remove CAS on unlock()Andreas Kling
2020-02-25LibThread: Fix destroying background actionsSergey Bugaev
2020-02-24LibThread: Post the completion callbacks to the *current* event loopAndreas Kling
2020-02-14LibCore: Add a forward declaration headerAndreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-05LibThread: Store thread id as pthread_t, use pthread_self()joshua stein
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-01-24Meta: Claim copyright for files created by meSergey Bugaev
2020-01-23AK: Let's call decrementing reference counts "unref" instead of "deref"Andreas Kling
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