Commit History

Author SHA1 Message Date
  Sergey Bugaev 30caa33f7e LibC: Only set owner on recursive mutexes 4 years ago
  Sergey Bugaev 5536f3c277 LibC: Add __pthread_mutex_lock_pessimistic_np() 4 years ago
  Sergey Bugaev 19bef90923 LibC: Rewrite pthread_mutex 4 years ago
  Gunnar Beutner 9e3fb73169 LibC: Use memory_order_acquire instead of memory_order_acq_rel 4 years ago
  Gunnar Beutner 90f4c9e44c LibC: Fix race condition in pthread_mutex_unlock() 4 years ago
  Gunnar Beutner 5ca1d4289b LibC: Remove reinterpret_cast in pthread_mutex_{try,}lock 4 years ago
  Jean-Baptiste Boric e16894af5a LibC: Do not include errno.h inside unistd.h 4 years ago
  Gunnar Beutner 549d9bd3ea LibC: Move the __pthread_mutex_trylock function to LibC 4 years ago
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 years ago
  Gunnar Beutner 88cebb05ad LibC+LibPthread: Implement function forwarding for libpthread 4 years ago
  AnotherTest bb777459a0 LibC+LibPthread: Implement pthread_atfork() 4 years ago