Historial de Commits

Autor SHA1 Mensaje Fecha
  bunnei b774b8b04e Thread: Fixed bug with ResetThread where cpu_registers[15] was being incorrectly set hace 12 años
  bunnei aae9fcf4a4 Kernel: Made SyncRequest not pure virtual, with a default implementation of error (as this is not required for all kernel objects) hace 12 años
  bunnei f5c7c15434 Kernel: Added real support for thread and event blocking hace 12 años
  bunnei 3fb31fbc57 svc: added GetThreadPriority and SetThreadPriority, added (incomplete) DuplicateHandle support hace 12 años
  bunnei 10447d1f48 kernel: changed main thread priority to default, updated Kernel::Reschedule to use PrepareReschedule hace 12 años
  bunnei ba98e25e97 thread: updated Reschedule to sit at a synchronization barrier when no other threads are ready for execution hace 12 años
  bunnei a432dc8f39 kernel: added WaitSynchronization method to Kernel::Object hace 12 años
  bunnei 58a3adcdd2 kernel: updated SyncRequest to take boolean thread wait result as a parameter hace 12 años
  bunnei d73d782ba7 kernel: add a SyncRequest method to KernelObject for use with svcSendSyncRequest hace 12 años
  bunnei b99ac2c3d6 thread: renamed "WaitCurThread" to "WaitCurrentThread", removed unused "reason" argument hace 12 años
  bunnei 7c0b006076 thread: removed unused SwitchContext/Reschedule reason field, added missing arg parameter to SVC CreateThread hace 12 años
  bunnei d26f3d4c1f kernel: refactored function naming to remove "__" prefix hace 12 años
  bunnei 14bd37c5dc thread: moved ThreadStatus/WaitType to header, added support for arg on CreateThread, added correct CPSR reset hace 12 años
  bunnei 6a78be5930 thread: fixed bug where result of __NextThread was not being properly checked when NULL hace 12 años
  bunnei 203541da11 thread: added correct lowest thread priority, added a thread priority check, and added some comments hace 12 años
  bunnei bed4e920fa thread: exposed ResumeThreadFromWait function for use in other kernel modules hace 12 años
  bunnei 75c6d2a8fa thread: moved threading calls to the Kernel namespace hace 12 años
  bunnei 49dc2ce8ac ARM_Interface: added SaveContext and LoadContext functions for HLE thread switching hace 12 años
  bunnei 143bba2045 renamed "syscall" module to "svc" (more accurate naming) hace 12 años
  bunnei f654a03f1f thread: whitespace change - fixed * and & placement hace 12 años
  bunnei 44336329ed - created a Kernel namespace hace 12 años
  bunnei 772abad778 - moved Handle/Result definitions to kernel.h hace 12 años
  bunnei 09b8e8fb6a changed a comment hace 12 años
  bunnei 14ae026386 - added enum ThreadProcessorId hace 12 años
  bunnei 7cdb705059 - replaced KERNELOBJECT_MAX_NAME_LENGTH with KERNEL_MAX_NAME_LENGTH hace 12 años
  bunnei 940330c6e1 completely gutted/refactored threading code to be simpler hace 12 años
  bunnei b99a5da65b - added helper function for __KernelCreateThread hace 12 años
  bunnei 0de78eb3c4 fixed thread reset to not set stack address hace 12 años
  bunnei 7d078189da various cleanups / remove unused code hace 12 años
  bunnei 3838d46b90 added a bunch of threading code, recycled from PPSSPP, with lots of hacks in for 3DS... doesn't really do much yet. Just a jumping off point hace 12 años