index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibC
/
pthread.cpp
Age
Commit message (
Expand
)
Author
2023-01-02
Everywhere: Remove unused includes of AK/StdLibExtras.h
Ben Wiederhake
2022-12-28
LibC: Remove i686 support
Liav A
2022-12-11
Kernel+LibC+LibELF: Set stack size based on PT_GNU_STACK during execve
sin-ack
2022-11-05
LibC: Implement pthread_testcancel
Clemens Wasser
2022-10-27
LibC: Implement pthread_{get,set}schedparam
kleines Filmröllchen
2022-10-24
LibC: Make 'attributes' parameter for pthread_create const
Gunnar Beutner
2022-10-14
AK+Userland: Stub out code that isn't currently implemented on AARCH64
Gunnar Beutner
2022-07-27
Everywhere: Make the codebase more architecture aware
Undefine
2022-07-22
LibC: Mark a bunch of functions as cancellation points
Tim Schumacher
2022-07-22
LibC: Implement `pthread_cancel`
Tim Schumacher
2022-07-22
LibC: Implement `pthread_setcancel{state,type}`
Tim Schumacher
2022-07-21
Kernel: Clean up sys$futex and add support for cross-process futexes
Idan Horowitz
2022-07-20
LibC: Remove the initialization workaround from `s_allocation_enabled`
Tim Schumacher
2022-07-19
LibC: Remove a bunch of weak `pthread_*` symbols
Tim Schumacher
2022-07-19
LibPthread: Move the pthread and semaphore implementation to LibC
Tim Schumacher