Historial de Commits

Autor SHA1 Mensaje Fecha
  bunnei 6e953f7f02 hle: kernel: Allocate a dummy KThread for each host thread, and use it for scheduling. hace 5 años
  bunnei 37f74d8741 hle: kernel: k_scheduler: Use atomics for current_thread, etc. hace 5 años
  bunnei f6b10fad63 hle: kernel: k_scheduler: Fix for single core mode. hace 5 años
  bunnei ca78f77827 hle: kernel: KScheduler: Introduce thread context_guard. hace 5 años
  bunnei cdd14b03e5 hle: kernel: Recode implementation of KThread to be more accurate. hace 5 años
  bunnei 4dbf3f4880 hle: kernel: KThread: Clean up thread priorities. hace 5 años
  bunnei 1e55498110 hle: kernel: KThread: Reorganize thread priority defaults. hace 5 años
  bunnei 0530292b97 hle: kernel: KThread: Fix ThreadType definition. hace 5 años
  bunnei eea346ba8e hle: kernel: KThread: Remove thread types that do not exist. hace 5 años
  bunnei c0d3aef28c core: hle: kernel: Rename Thread to KThread. hace 5 años
  Lioncash 8620de6b20 common/bit_util: Replace CLZ/CTZ operations with standardized ones hace 5 años
  bunnei f12701b303 hle: kernel: k_scheduler: Cleanup OnThreadPriorityChanged. hace 5 años
  bunnei c3c43e32fc hle: kernel: thread: Replace ThreadStatus/ThreadSchedStatus with a single ThreadState. hace 5 años
  bunnei 35c3c078e3 core: hle: kernel: Update KSynchronizationObject. hace 5 años
  bunnei 960500cfd2 hle: kernel: KScheduler: Various style fixes based on code review feedback. hace 5 años
  bunnei b1326d9230 hle: kernel: Use C++ style comments in KScheduler, etc. hace 5 años
  bunnei ccce6cb3be hle: kernel: Migrate to KScopedSchedulerLock. hace 5 años
  bunnei 4756cb203e hle: kernel: Separate KScopedSchedulerLockAndSleep from k_scheduler. hace 5 años
  bunnei 8d3e06349e hle: kernel: Separate KScheduler from GlobalSchedulerContext class. hace 5 años
  bunnei 9e29e36a78 hle: kernel: Rewrite scheduler implementation based on Mesopshere. hace 5 años