index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibThread
Age
Commit message (
Expand
)
Author
2020-08-17
LibThread: Uninitialized member variable in Thread, found by Coverity
Brian Gianforcaro
2020-08-14
LibThread: Lockable - add forwarding constructor
Muhammad Zahalqa
2020-08-10
Kernel: More PID/TID typing
Ben Wiederhake
2020-08-07
LibThread: Remove redundant --m_level in Lock::unlock() (#3040)
Muhammad Zahalqa
2020-08-06
LibThread: Remove redundant r/w of atomic variable in Lock::lock() (#3013)
Muhammad Zahalqa
2020-07-21
LibPThread: Make pthread_exit a noreturn function
Muhammad Zahalqa
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-04-30
AK: Add ALWAYS_INLINE, NEVER_INLINE and FLATTEN macros
Andreas Kling
2020-04-13
LibThread: Simplify the userspace Lock to remove CAS on unlock()
Andreas Kling
2020-02-25
LibThread: Fix destroying background actions
Sergey Bugaev
2020-02-24
LibThread: Post the completion callbacks to the *current* event loop
Andreas Kling
2020-02-14
LibCore: Add a forward declaration header
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-05
LibThread: Store thread id as pthread_t, use pthread_self()
joshua stein
2020-02-02
LibCore: Put all classes in the Core namespace and remove the leading C
Andreas Kling
2020-01-24
Meta: Claim copyright for files created by me
Sergey Bugaev
2020-01-23
AK: Let's call decrementing reference counts "unref" instead of "deref"
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-11
LibPthread: Fix incompatible pthread_setname_np(), pthread_getname_np()
Andreas Kling
2019-12-20
Build: clean up build system, use one shared Makefile
joshua stein
2019-12-08
LibThread: Allow setting thread name in constructor
Andrew Kaster
2019-11-13
LibPthread: Start working on a POSIX threading library
Andreas Kling
2019-11-03
POSIX compliance: (most) shell scripts converted to generic shell
George Pickering
2019-10-12
AK: Add Atomic.h
Tom
2019-09-22
LibCore: Make CObject reference-counted
Andreas Kling
2019-09-01
LibThread: Add missing install.sh script
Andreas Kling
2019-08-26
LibThread: Move CLock to LibThread::Lock
Sergey Bugaev
2019-08-26
LibThread: Introduce a new threading library
Sergey Bugaev