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
/
LibPthread
/
pthread.h
Age
Commit message (
Expand
)
Author
2021-07-05
LibC+LibPthread: Add PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP
Andreas Kling
2021-05-10
LibC: Partially implement pthread_setcancel{state,type}()
Gunnar Beutner
2021-05-08
LibPthread: Add implementation for pthread_mutexattr_gettype
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
LibPthread: Add non functional pthread_attr_[set|get]scope stubs
Brian Gianforcaro
2021-04-20
LibPthread: Add stubs for pthread_spin_* functions
Gunnar Beutner
2021-04-20
LibC+LibPthread: Implement function forwarding for libpthread
Gunnar Beutner
2021-04-18
LibC+LibPthread: Make sure TLS keys are destroyed after everything else
Gunnar Beutner
2021-02-15
LibC+LibPthread: Implement pthread_atfork()
AnotherTest
2021-02-15
LibPthread: Stub out `pthread_atfork()`
AnotherTest
2021-02-15
LibC+LibPthread: Stub out pthread_rwlock_* functions
AnotherTest
2021-01-12
LibPthread: Add pthread_equal()
Andreas Kling
2021-01-12
LibPthread: Stub pthread_setcancelstate() and pthread_setcanceltype()
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling