Age | Commit message (Expand) | Author |
---|---|---|
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 |