Historia zmian

Autor SHA1 Wiadomość Data
  Subv 2a3f8e8484 Kernel: Allow chaining WaitSynchronization calls inside a wakeup callback. 8 lat temu
  bunnei 1cb978eb82 thread: Keep track of the initially created handle. 8 lat temu
  bunnei ebd4b1422d kernel: Various 64-bit fixes in memory/process/thread 8 lat temu
  bunnei b1d5db1cf6 Merge remote-tracking branch 'upstream/master' into nx 8 lat temu
  Sebastian Valle 30fabc41c6 Merge pull request #2971 from Subv/per_process_memops 8 lat temu
  Subv 8217ed7acb Kernel/Thread: Added a helper function to get a thread's command buffer VAddr. 8 lat temu
  bunnei c5ce5c06e4 kernel: Various threading fixes to support 64-bit addressing. 8 lat temu
  Sebastian Valle db752b52e8 Merge pull request #2967 from Subv/thread_wakeup_callbacks 8 lat temu
  Huw Pascoe a13ab958cb Fixed type conversion ambiguity 8 lat temu
  Subv 8432749db7 Kernel/Threads: When putting a thread to wait, specify a function to execute when it is awoken. 8 lat temu
  Subv 3165466b66 Kernel/Thread: Allow specifying which process a thread belongs to when creating it. 8 lat temu
  Yuri Kunde Schlesner 64ecf81a3c Kernel: Move WaitObject to a separate file 9 lat temu
  Yuri Kunde Schlesner 2cdb40d709 Kernel: Centralize error definitions in errors.h 9 lat temu
  Yuri Kunde Schlesner 441f8b5a4b Core: Remove unnecessary include in thread.h 9 lat temu
  bunnei b5eac78b43 Merge pull request #2410 from Subv/sleepthread 9 lat temu
  Subv fc2266130b Kernel: Don't attempt to yield execution in SleepThread(0) if there are no available threads to run. 9 lat temu
  Subv 5e2a8ebabf Kernel: Remove some unused functions. 9 lat temu
  Subv fd95b6ee26 Kernel: Remove Thread::wait_objects_index and use wait_objects to hold all the objects that a thread is waiting on. 9 lat temu
  Subv cef5f45de2 Kernel: Use different thread statuses when a thread calls WaitSynchronization1 and WaitSynchronizationN with wait_all = true. 9 lat temu
  Subv d3ff5b91e1 Kernel/Mutex: Propagate thread priority changes to other threads inheriting the priority via mutexes 9 lat temu
  Subv e6a7723f2f Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter. 9 lat temu
  bunnei 8b1e269e58 ThreadContext: Move from "core" to "arm_interface". 9 lat temu
  bunnei 4fc8b8229e core: Remove HLE module, consolidate code & various cleanups. 9 lat temu
  wwylele 5728e42634 Thread: remove the thread from the thread list when exiting 9 lat temu
  Subv 5b1edc6ae7 Fixed the codestyle to match our clang-format rules. 9 lat temu
  Subv 17b29d8865 WaitSynch: Removed unused variables and reduced SharedPtr copies. 9 lat temu
  Subv bdad00c73f Threading: Added some utility functions and const correctness. 9 lat temu
  Subv 8634b8cb83 Threading: Reworked the way our scheduler works. 9 lat temu
  wwylele f69a543110 implement wait tree widget 10 lat temu
  Emmanuel Gil Peyrot ebdae19fd2 Remove empty newlines in #include blocks. 9 lat temu