Histórico de Commits

Autor SHA1 Mensagem Data
  Andreas Kling 4a8683ea68 Kernel+LibPthread+LibC: Add a naive futex and use it for pthread_cond_t há 5 anos atrás
  Andreas Kling a12c2df43f LibPthread: Okay I'm dumb, let's convert mutex locks into Atomic<u32>& há 5 anos atrás
  Andreas Kling 9e3e13e410 LibPthread: Fix typo in pthread_mutex_lock() há 5 anos atrás
  Andreas Kling 0c97380ee6 LibPthread+LibC: Support PTHREAD_MUTEX_RECURSIVE há 5 anos atrás
  Andrew Kaster baf7e247e3 LibPThread: Add pthread_set/getname_np há 5 anos atrás
  Andreas Kling 1670ee5aba LibPthread: Condition variables should use CLOCK_MONOTONIC by default há 5 anos atrás
  Andreas Kling e7dfd40dc3 LibPthread: Mark the pthread_cond_t "waiting" flag as volatile há 5 anos atrás
  Andreas Kling 96e8c8a4e5 LibPthread: Add stubs for pthread_{get,set}schedparam() há 5 anos atrás
  Andreas Kling 615553be5f LibPthread: Implement simple thread-specific keys há 5 anos atrás
  Andreas Kling 2b45b7a45c LibPthread: Implement pthread_sigmask() há 5 anos atrás
  Andreas Kling 95b086f47f Kernel+LibPthread: Implement pthread_detach() há 5 anos atrás
  Andreas Kling 9ddfe694f2 LibPthread: Implement pthread_mutexattr_init() and _destroy() há 5 anos atrás
  Andreas Kling eaab7f5672 LibPthread: Don't set errno in pthread functions há 5 anos atrás
  Andreas Kling babb726212 LibPthread: Implement pthread_mutex_trylock() há 5 anos atrás
  Andreas Kling 594c7f2d83 LibPthread: Implement pthread_self() há 5 anos atrás
  Andreas Kling d08061103d LibPthread: Implement pthread_mutex_destroy() há 5 anos atrás
  Andreas Kling cc1ef6dadb LibPthread: Implement condition variables há 5 anos atrás
  Andrew Kaster 618aebdd8a Kernel+LibPthread: pthread_create handles pthread_attr_t há 5 anos atrás
  Andreas Kling e34ed04d1e Kernel+LibPthread+LibC: Create secondary thread stacks in userspace há 5 anos atrás
  Andreas Kling 66a2b582c3 LibPthread: Implement a basic first pthread mutex há 5 anos atrás
  Andreas Kling 69efa3f630 Kernel+LibPthread: Implement pthread_join() há 5 anos atrás
  Andreas Kling 69ca9cfd78 LibPthread: Start working on a POSIX threading library há 5 anos atrás