aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/kernel/thread.cpp
Commit message (Expand)AuthorAge
* dyncom: Rename armdefs.h to armstate.hGravatar Lioncash2015-07-25
* Kernel/Scheduling: Clean up a thread's wait_objects when its scheduled.Gravatar Subv2015-07-20
* Ensure all kernel objects are released during shutdownGravatar Yuri Kunde Schlesner2015-07-17
* kernel: Fix svcWaitSynch to always acquire requested wait objects.Gravatar bunnei2015-06-16
* Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot2015-05-29
* Kernel: Move reschedules from SVCs to actual mechanisms that reschedule.Gravatar bunnei2015-05-20
* Memmap: Re-organize memory function in two filesGravatar Yuri Kunde Schlesner2015-05-15
* thread: Fix a conditional check in RescheduleGravatar Lioncash2015-05-14
* Merge pull request #748 from Subv/tls_maxGravatar bunnei2015-05-11
|\
* \ Merge pull request #751 from yuriks/idle-threadGravatar bunnei2015-05-11
|\ \
* \ \ Merge pull request #757 from Subv/schedulingGravatar bunnei2015-05-11
|\ \ \
| | * | Thread: Remove the idle threadGravatar Yuri Kunde Schlesner2015-05-11
| | | * Core/Memory: Add TLS support for creating up to 300 threadsGravatar Subv2015-05-11
| |_|/ |/| |
* | | Merge pull request #750 from Subv/process_svcGravatar Yuri Kunde Schlesner2015-05-11
|\ \ \ | |_|/ |/| |
| | * Core/Scheduling: Prepare the new priority in the thread queue when svcSetPrio...Gravatar Subv2015-05-11
| |/ |/|
| * Core/HLE: Implemented the SVCs GetProcessId and GetProcessIdOfThreadGravatar Subv2015-05-11
* | Thread: Correctly set main thread initial stack positionGravatar Yuri Kunde Schlesner2015-05-11
|/
* fixup! Set the TLS address in the schedulerGravatar Subv2015-05-10
* Core/Memory: Give every emulated thread it's own TLS area.Gravatar Subv2015-05-10
* Memory: Re-organize and rename memory area address constantsGravatar Yuri Kunde Schlesner2015-05-09
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-07
* Kernel: Properly initialize and shutdown all modules.Gravatar bunnei2015-05-01
* Kernel: Implemented priority inheritance for mutexes.Gravatar bunnei2015-04-09
* Thread: Implement priority boost for starved threads.Gravatar bunnei2015-04-09
* Misc cleanup of common and related functionsGravatar archshift2015-02-19
* Asserts: break/crash program, fit to style guide; log.h->assert.hGravatar archshift2015-02-10
* Scheduler refactor Pt. 1Gravatar Kevin Hartman2015-02-09
* Kernel: Stop creating useless Handles during object creationGravatar Yuri Kunde Schlesner2015-02-02
* Kernel: Make WaitObjects share ownership of Threads waiting on themGravatar Yuri Kunde Schlesner2015-02-02
* Explicitly instantiate constructors/destructors for Kernel objectsGravatar Yuri Kunde Schlesner2015-02-02
* Mutex: Replace g_mutex_held_locks with a set inside ThreadGravatar Yuri Kunde Schlesner2015-02-02
* Kernel: Introduce unique Object ids for debuggingGravatar Yuri Kunde Schlesner2015-02-02
* Kernel: Use separate Handle tables for CoreTiming userdataGravatar Yuri Kunde Schlesner2015-02-02
* Thread: Modernize two functions that slipped through previous rebasesGravatar Yuri Kunde Schlesner2015-02-02
* arm: Clean up ARMul_StateGravatar Lioncash2015-01-31
* Thread: Fix WaitSynchronization1 to not set register 1 on thread wakeup.Gravatar bunnei2015-01-21
* Thread: Use std::find in CheckWait_WaitObject.Gravatar bunnei2015-01-21
* Mutex: Cleanup and remove redundant code.Gravatar bunnei2015-01-21
* Kernel: Renamed some functions for clarity.Gravatar bunnei2015-01-21
* Kernel: Changed "ShouldWait" to return bool and "Acquire" to return void.Gravatar bunnei2015-01-21
* WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" p...Gravatar bunnei2015-01-21
* Kernel: Moved Wait and Acquire to WaitObject, added way to retrieve a WaitObj...Gravatar bunnei2015-01-21
* AddressArbiter: Changed to Kernel::Object, big cleanup, removed code that mad...Gravatar bunnei2015-01-21
* Kernel: Get rid of WaitTypes and simplify lots of code, removing hacks.Gravatar bunnei2015-01-21
* WaitSynchronizationN: Refactor to fix several bugsGravatar bunnei2015-01-21
* Kernel: Separate WaitSynchronization into Wait and Acquire methods.Gravatar bunnei2015-01-21
* WaitSynchronizationN: Implement return valuesGravatar bunnei2015-01-21
* Thread: Keep track of multiple wait objects.Gravatar bunnei2015-01-21
* Kernel: Added WaitObject and changed "waitable" objects inherit from it.Gravatar bunnei2015-01-21
* Merge pull request #466 from Subv/wakeGravatar bunnei2015-01-11
|\