Histórico de Commits

Autor SHA1 Mensagem Data
  Yuri Kunde Schlesner 84fbbe2629 Use negative priorities to avoid special-casing the self-include há 10 anos atrás
  Emmanuel Gil Peyrot ebdae19fd2 Remove empty newlines in #include blocks. há 10 anos atrás
  Yuri Kunde Schlesner 396a8d91a4 Manually tweak source formatting and then re-run clang-format há 10 anos atrás
  Emmanuel Gil Peyrot dc8479928c Sources: Run clang-format on everything. há 10 anos atrás
  bunnei 71e8822d23 kernel: Fix svcWaitSynch to always acquire requested wait objects. há 11 anos atrás
  bunnei 0b7d2941cf Kernel: Move reschedules from SVCs to actual mechanisms that reschedule. há 11 anos atrás
  Yuri Kunde Schlesner e1fbac3ca1 Common: Remove common.h há 11 anos atrás
  bunnei 9c3419ebcc Kernel: Implemented priority inheritance for mutexes. há 11 anos atrás
  archshift ef24e72b26 Asserts: break/crash program, fit to style guide; log.h->assert.h há 11 anos atrás
  bunnei 1b0bf00cbc Mutex: Locks should be recursive. há 11 anos atrás
  Yuri Kunde Schlesner 88a4a808c6 Kernel: Stop creating useless Handles during object creation há 11 anos atrás
  Yuri Kunde Schlesner 52f58e64ef Kernel: Make WaitObjects share ownership of Threads waiting on them há 11 anos atrás
  Yuri Kunde Schlesner 7725256f64 Explicitly instantiate constructors/destructors for Kernel objects há 11 anos atrás
  Yuri Kunde Schlesner 4e84df8be3 Mutex: Replace g_mutex_held_locks with a set inside Thread há 11 anos atrás
  Yuri Kunde Schlesner 882b6fed75 Kernel: Convert Mutex to not use Handles há 11 anos atrás
  Yuri Kunde Schlesner 9a345de2bd Kernel: Remove useless/duplicated comments; mark functions static há 11 anos atrás
  bunnei 2f3020a102 Mutex: Cleanup and remove redundant code. há 11 anos atrás
  bunnei f09806aed2 Kernel: Renamed some functions for clarity. há 11 anos atrás
  bunnei 15b6a4d9ad Kernel: Changed "ShouldWait" to return bool and "Acquire" to return void. há 11 anos atrás
  bunnei c68eb15695 WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" pure virtual. há 11 anos atrás
  bunnei dde02f79af Mutex: Fix a bug where the thread should not wait if it already has the mutex. há 11 anos atrás
  bunnei e5a9f1c644 Kernel: Get rid of WaitTypes and simplify lots of code, removing hacks. há 11 anos atrás
  bunnei 6643673f28 WaitSynchronizationN: Refactor to fix several bugs há 11 anos atrás
  bunnei aa01c57ae9 Kernel: Separate WaitSynchronization into Wait and Acquire methods. há 11 anos atrás
  bunnei 7faf2d8e06 WaitSynchronizationN: Implement return values há 11 anos atrás
  bunnei c22bac6398 Kernel: Added WaitObject and changed "waitable" objects inherit from it. há 11 anos atrás
  Yuri Kunde Schlesner 8ad41775cc Kernel: Start using boost::intrusive_ptr for lifetime management há 11 anos atrás
  Yuri Kunde Schlesner 9bf8462b96 Thread: Reduce use of Handles and move some funcs to inside the class. há 11 anos atrás
  Subv ea80363cc2 Mutex: Add the calling thread to the waiting list when needed há 11 anos atrás
  Yuri Kunde Schlesner 7e2903cb74 Kernel: New handle manager há 11 anos atrás