Commit History

作者 SHA1 備註 提交日期
  bunnei 6643673f28 WaitSynchronizationN: Refactor to fix several bugs 11 年之前
  bunnei aa01c57ae9 Kernel: Separate WaitSynchronization into Wait and Acquire methods. 11 年之前
  bunnei 7faf2d8e06 WaitSynchronizationN: Implement return values 11 年之前
  bunnei 1f7a04f05a Thread: Keep track of multiple wait objects. 11 年之前
  bunnei c22bac6398 Kernel: Added WaitObject and changed "waitable" objects inherit from it. 11 年之前
  Lioncash a3f5e5605c core: Fix a few docstrings 11 年之前
  Yuri Kunde Schlesner 8ad41775cc Kernel: Start using boost::intrusive_ptr for lifetime management 11 年之前
  Yuri Kunde Schlesner 9bf8462b96 Thread: Reduce use of Handles and move some funcs to inside the class. 11 年之前
  Yuri Kunde Schlesner ba72208cd4 Kernel: Move Thread's definition to the header file 11 年之前
  bunnei d46f650036 Merge pull request #255 from Subv/cbranch_3 11 年之前
  Subv 07044651ef SVC: Implemented the Timer service calls. 11 年之前
  Subv dfc440785a SVC: Fixed SleepThread. 11 年之前
  Subv 60a373a786 Threads: Use a dummy idle thread when no other are ready. 11 年之前
  Yuri Kunde Schlesner 7e2903cb74 Kernel: New handle manager 11 年之前
  bunnei 0de6a08d75 Merge pull request #291 from purpasmart96/license 11 年之前
  purpasmart96 ebfd831ccb License change 11 年之前
  bunnei 4fcdbed9f6 Thread: Wait current thread on svc_SleepThread 11 年之前
  Yuri Kunde Schlesner adee775f44 Kernel: Implement support for current thread pseudo-handle 11 年之前
  bunnei dd203f7068 Thread: Fixed to wait on address when in arbitration. 11 年之前
  Subv ef1d5cda06 Threads: Implemented a sequential thread id 11 年之前
  Subv 029ff9f1fd SVC: Implemented GetThreadId. 11 年之前
  Yuri Kunde Schlesner c2588403c0 HLE: Revamp error handling throrough the HLE code 11 年之前
  Emmanuel Gil Peyrot f5d38649c7 Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated 11 年之前
  bunnei d4bd2f2e5d Thread: Added more descriptive comment to WaitCurrentThread. 12 年之前
  bunnei ba840d3200 Thread: Added functions to resume threads from address arbitration. 12 年之前
  bunnei f5c7c15434 Kernel: Added real support for thread and event blocking 12 年之前
  bunnei 3fb31fbc57 svc: added GetThreadPriority and SetThreadPriority, added (incomplete) DuplicateHandle support 12 年之前
  bunnei b99ac2c3d6 thread: renamed "WaitCurThread" to "WaitCurrentThread", removed unused "reason" argument 12 年之前
  bunnei 7c0b006076 thread: removed unused SwitchContext/Reschedule reason field, added missing arg parameter to SVC CreateThread 12 年之前
  bunnei d26f3d4c1f kernel: refactored function naming to remove "__" prefix 12 年之前