index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
thread.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Scheduler refactor Pt. 1
Kevin Hartman
2015-02-09
1
-185
/
+175
*
Kernel: Stop creating useless Handles during object creation
Yuri Kunde Schlesner
2015-02-02
1
-8
/
+0
*
Kernel: Make WaitObjects share ownership of Threads waiting on them
Yuri Kunde Schlesner
2015-02-02
1
-0
/
+3
*
Explicitly instantiate constructors/destructors for Kernel objects
Yuri Kunde Schlesner
2015-02-02
1
-2
/
+2
*
Mutex: Replace g_mutex_held_locks with a set inside Thread
Yuri Kunde Schlesner
2015-02-02
1
-0
/
+3
*
Kernel: Introduce unique Object ids for debugging
Yuri Kunde Schlesner
2015-02-02
1
-5
/
+5
*
Kernel: Use separate Handle tables for CoreTiming userdata
Yuri Kunde Schlesner
2015-02-02
1
-11
/
+11
*
Thread: Modernize two functions that slipped through previous rebases
Yuri Kunde Schlesner
2015-02-02
1
-5
/
+4
*
arm: Clean up ARMul_State
Lioncash
2015-01-31
1
-1
/
+1
*
Thread: Fix WaitSynchronization1 to not set register 1 on thread wakeup.
bunnei
2015-01-21
1
-15
/
+28
*
Thread: Use std::find in CheckWait_WaitObject.
bunnei
2015-01-21
1
-4
/
+5
*
Mutex: Cleanup and remove redundant code.
bunnei
2015-01-21
1
-1
/
+1
*
Kernel: Renamed some functions for clarity.
bunnei
2015-01-21
1
-1
/
+1
*
Kernel: Changed "ShouldWait" to return bool and "Acquire" to return void.
bunnei
2015-01-21
1
-7
/
+5
*
WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" p...
bunnei
2015-01-21
1
-2
/
+2
*
Kernel: Moved Wait and Acquire to WaitObject, added way to retrieve a WaitObj...
bunnei
2015-01-21
1
-1
/
+1
*
AddressArbiter: Changed to Kernel::Object, big cleanup, removed code that mad...
bunnei
2015-01-21
1
-17
/
+25
*
Kernel: Get rid of WaitTypes and simplify lots of code, removing hacks.
bunnei
2015-01-21
1
-46
/
+19
*
WaitSynchronizationN: Refactor to fix several bugs
bunnei
2015-01-21
1
-33
/
+28
*
Kernel: Separate WaitSynchronization into Wait and Acquire methods.
bunnei
2015-01-21
1
-1
/
+5
*
WaitSynchronizationN: Implement return values
bunnei
2015-01-21
1
-19
/
+75
*
Thread: Keep track of multiple wait objects.
bunnei
2015-01-21
1
-11
/
+24
*
Kernel: Added WaitObject and changed "waitable" objects inherit from it.
bunnei
2015-01-21
1
-9
/
+2
*
Merge pull request #466 from Subv/wake
bunnei
2015-01-11
1
-0
/
+3
|
\
|
*
Thread: Prevent waking a thread multiple times.
Subv
2015-01-11
1
-0
/
+3
*
|
Kernel: Start using boost::intrusive_ptr for lifetime management
Yuri Kunde Schlesner
2015-01-09
1
-33
/
+30
|
/
*
Thread: Fix nullptr access in a logging function
Yuri Kunde Schlesner
2015-01-09
1
-1
/
+2
*
Thread: Rename thread_queue => thread_list
Yuri Kunde Schlesner
2015-01-09
1
-6
/
+6
*
Thread: Reduce use of Handles and move some funcs to inside the class.
Yuri Kunde Schlesner
2015-01-09
1
-213
/
+127
*
Kernel: Move Thread's definition to the header file
Yuri Kunde Schlesner
2015-01-09
1
-51
/
+9
*
Move ThreadContext to core/core.h and deal with the fallout
Yuri Kunde Schlesner
2015-01-09
1
-4
/
+5
*
SVC: Fixed SleepThread.
Subv
2015-01-08
1
-8
/
+32
*
Threads: Use a dummy idle thread when no other are ready.
Subv
2015-01-07
1
-1
/
+22
*
Common: Clean up ThreadQueueList
Yuri Kunde Schlesner
2015-01-07
1
-1
/
+1
*
Kernel: New handle manager
Yuri Kunde Schlesner
2014-12-28
1
-1
/
+2
*
Kernel: Replace GetStaticHandleType by HANDLE_TYPE constants
Yuri Kunde Schlesner
2014-12-28
1
-2
/
+2
*
Rename ObjectPool to HandleTable
Yuri Kunde Schlesner
2014-12-28
1
-11
/
+11
*
Merge pull request #291 from purpasmart96/license
bunnei
2014-12-21
1
-1
/
+1
|
\
|
*
License change
purpasmart96
2014-12-20
1
-1
/
+1
*
|
Thread: Wait current thread on svc_SleepThread
bunnei
2014-12-20
1
-20
/
+33
*
|
Kernel: Implement support for current thread pseudo-handle
Yuri Kunde Schlesner
2014-12-20
1
-2
/
+1
|
/
*
Convert old logging calls to new logging macros
Yuri Kunde Schlesner
2014-12-13
1
-12
/
+12
*
Merge pull request #256 from Subv/mutex
bunnei
2014-12-10
1
-0
/
+4
|
\
|
*
Mutex: Release all held mutexes when a thread exits.
Subv
2014-12-07
1
-0
/
+4
*
|
Thread: Fixed to wait on address when in arbitration.
bunnei
2014-12-08
1
-10
/
+19
|
/
*
Threads: Remove a redundant function.
Subv
2014-12-04
1
-9
/
+1
*
Threads: Implemented a sequential thread id
Subv
2014-12-04
1
-3
/
+13
*
SVC: Implemented GetThreadId.
Subv
2014-12-04
1
-0
/
+16
*
Thread: Check that thread is actually in "wait state" when verifying wait.
bunnei
2014-11-26
1
-1
/
+1
*
Use pointers instead of passing handles around in some functions.
Yuri Kunde Schlesner
2014-11-24
1
-19
/
+15
[next]