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_integration.cpp
Age
Commit message (
Expand
)
Author
2022-07-21
Kernel: Clean up sys$futex and add support for cross-process futexes
Idan Horowitz
2022-07-19
LibC: Remove a bunch of weak `pthread_*` symbols
Tim Schumacher
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2021-07-06
LibC: Only set owner on recursive mutexes
Sergey Bugaev
2021-07-05
LibC: Add __pthread_mutex_lock_pessimistic_np()
Sergey Bugaev
2021-07-05
LibC: Rewrite pthread_mutex
Sergey Bugaev
2021-06-02
LibC: Use memory_order_acquire instead of memory_order_acq_rel
Gunnar Beutner
2021-06-02
LibC: Fix race condition in pthread_mutex_unlock()
Gunnar Beutner
2021-06-02
LibC: Remove reinterpret_cast in pthread_mutex_{try,}lock
Gunnar Beutner
2021-05-14
LibC: Do not include errno.h inside unistd.h
Jean-Baptiste Boric
2021-04-25
LibC: Move the __pthread_mutex_trylock function to LibC
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-20
LibC+LibPthread: Implement function forwarding for libpthread
Gunnar Beutner
2021-02-15
LibC+LibPthread: Implement pthread_atfork()
AnotherTest