aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/kernel/thread.cpp
Commit message (Expand)AuthorAge
...
| * Thread: Prevent waking a thread multiple times.Gravatar Subv2015-01-11
* | Kernel: Start using boost::intrusive_ptr for lifetime managementGravatar Yuri Kunde Schlesner2015-01-09
|/
* Thread: Fix nullptr access in a logging functionGravatar Yuri Kunde Schlesner2015-01-09
* Thread: Rename thread_queue => thread_listGravatar Yuri Kunde Schlesner2015-01-09
* Thread: Reduce use of Handles and move some funcs to inside the class.Gravatar Yuri Kunde Schlesner2015-01-09
* Kernel: Move Thread's definition to the header fileGravatar Yuri Kunde Schlesner2015-01-09
* Move ThreadContext to core/core.h and deal with the falloutGravatar Yuri Kunde Schlesner2015-01-09
* SVC: Fixed SleepThread.Gravatar Subv2015-01-08
* Threads: Use a dummy idle thread when no other are ready.Gravatar Subv2015-01-07
* Common: Clean up ThreadQueueListGravatar Yuri Kunde Schlesner2015-01-07
* Kernel: New handle managerGravatar Yuri Kunde Schlesner2014-12-28
* Kernel: Replace GetStaticHandleType by HANDLE_TYPE constantsGravatar Yuri Kunde Schlesner2014-12-28
* Rename ObjectPool to HandleTableGravatar Yuri Kunde Schlesner2014-12-28
* Merge pull request #291 from purpasmart96/licenseGravatar bunnei2014-12-21
|\
| * License changeGravatar purpasmart962014-12-20
* | Thread: Wait current thread on svc_SleepThreadGravatar bunnei2014-12-20
* | Kernel: Implement support for current thread pseudo-handleGravatar Yuri Kunde Schlesner2014-12-20
|/
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-13
* Merge pull request #256 from Subv/mutexGravatar bunnei2014-12-10
|\
* | Thread: Fixed to wait on address when in arbitration.Gravatar bunnei2014-12-08
| * Mutex: Release all held mutexes when a thread exits.Gravatar Subv2014-12-07
|/
* Threads: Remove a redundant function.Gravatar Subv2014-12-04
* Threads: Implemented a sequential thread idGravatar Subv2014-12-04
* SVC: Implemented GetThreadId.Gravatar Subv2014-12-04
* Thread: Check that thread is actually in "wait state" when verifying wait.Gravatar bunnei2014-11-26
* Use pointers instead of passing handles around in some functions.Gravatar Yuri Kunde Schlesner2014-11-24
* Remove duplicated docs/update them for changed parameters.Gravatar Yuri Kunde Schlesner2014-11-24
* HLE: Revamp error handling throrough the HLE codeGravatar Yuri Kunde Schlesner2014-11-24
* Merge pull request #211 from linkmauve/masterGravatar bunnei2014-11-19
|\
| * Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Gravatar Emmanuel Gil Peyrot2014-11-19
* | Add static to some variablesGravatar Lioncash2014-11-18
|/
* Add `override` keyword through the code.Gravatar Yuri Kunde Schlesner2014-10-26
* core: Prune redundant includesGravatar archshift2014-09-08
* Threading: Fix thread starting to execute first instruction correctly.Gravatar bunnei2014-08-28
* Core: Alter the kernel string functions to use std::string instead of const c...Gravatar Lioncash2014-08-17
* Thread: Added more descriptive comment to WaitCurrentThread.Gravatar bunnei2014-08-06
* Thread: Added functions to resume threads from address arbitration.Gravatar bunnei2014-07-08
* Thread: Renamed occurrences of "t" to "thread" to improve readability.Gravatar bunnei2014-06-13
* Thread: Cleaned up VerifyWait, fixed issue where nullptr msg could unnecessar...Gravatar bunnei2014-06-13
* HLE: Removed usnused EatCycles function.Gravatar bunnei2014-06-13
* Thread: Moved position of * in arguments.Gravatar bunnei2014-06-13
* Thread: Updated VerifyWait to be more readable (but functionally the same).Gravatar bunnei2014-06-13
* HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)Gravatar bunnei2014-06-13
* HLE: Updated various handle debug assertions to be more clear.Gravatar bunnei2014-06-13
* Kernel: Updated several member functions to be constGravatar bunnei2014-06-13
* Thread: Fixed bug with ResetThread where cpu_registers[15] was being incorrec...Gravatar bunnei2014-06-13
* Kernel: Made SyncRequest not pure virtual, with a default implementation of e...Gravatar bunnei2014-06-13
* Kernel: Added real support for thread and event blockingGravatar bunnei2014-06-13
* svc: added GetThreadPriority and SetThreadPriority, added (incomplete) Duplic...Gravatar bunnei2014-06-01
* kernel: changed main thread priority to default, updated Kernel::Reschedule t...Gravatar bunnei2014-06-01