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
*
Properly remove a thread from its wait_objects' waitlist when it is awoken by...
Subv
2016-12-10
1
-0
/
+4
*
Threading: Reworked the way our scheduler works.
Subv
2016-12-03
1
-94
/
+3
*
Fix typos
Ricardo de Almeida Gonzaga
2016-10-20
1
-1
/
+1
*
implement wait tree widget
wwylele
2016-09-22
1
-0
/
+4
*
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
1
-1
/
+1
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-3
/
+1
*
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
1
-4
/
+2
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-49
/
+65
*
arm: ResetContext shouldn't be part of ARM_Interface.
bunnei
2016-09-15
1
-1
/
+17
*
Merge pull request #1869 from wwylele/dont-be-lazy
Yuri Kunde Schlesner
2016-06-28
1
-2
/
+6
|
\
|
*
Switch context on the same thread if necessary
wwylele
2016-05-30
1
-2
/
+6
*
|
Thread: update timeout when rerunning WaitSynch
wwylele
2016-06-04
1
-0
/
+49
|
/
*
Kernel/Thread: Remove use of Memory::GetPointer
MerryMage
2016-05-21
1
-1
/
+1
*
Set fpscr for new threads
Jannik Vogel
2016-05-17
1
-0
/
+2
*
Merge pull request #1695 from Subv/tls_alloc
bunnei
2016-05-12
1
-17
/
+67
|
\
|
*
Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE r...
Subv
2016-05-07
1
-17
/
+67
*
|
hle: Get rid of global access to g_reschedule
Lioncash
2016-03-21
1
-1
/
+2
|
/
*
SVC: Fixed ArbitrateAddress to behave as it does on hardware.
Subv
2015-12-27
1
-1
/
+1
*
Kernel: Implement svcGetSystemInfo
Yuri Kunde Schlesner
2015-11-30
1
-0
/
+3
*
Silence -Wsign-compare warnings.
Rohit Nirmal
2015-10-06
1
-1
/
+1
*
Kernel: Implement svcGetProcessInfo in a basic way
Yuri Kunde Schlesner
2015-08-16
1
-1
/
+3
*
dyncom: Rename armdefs.h to armstate.h
Lioncash
2015-07-25
1
-1
/
+1
*
Kernel/Scheduling: Clean up a thread's wait_objects when its scheduled.
Subv
2015-07-20
1
-0
/
+8
*
Ensure all kernel objects are released during shutdown
Yuri Kunde Schlesner
2015-07-17
1
-7
/
+14
*
kernel: Fix svcWaitSynch to always acquire requested wait objects.
bunnei
2015-06-16
1
-50
/
+26
*
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-05-29
1
-4
/
+4
*
Kernel: Move reschedules from SVCs to actual mechanisms that reschedule.
bunnei
2015-05-20
1
-0
/
+6
*
Memmap: Re-organize memory function in two files
Yuri Kunde Schlesner
2015-05-15
1
-1
/
+1
*
thread: Fix a conditional check in Reschedule
Lioncash
2015-05-14
1
-1
/
+1
*
Merge pull request #748 from Subv/tls_max
bunnei
2015-05-11
1
-6
/
+15
|
\
|
*
Core/Memory: Add TLS support for creating up to 300 threads
Subv
2015-05-11
1
-6
/
+15
*
|
Merge pull request #751 from yuriks/idle-thread
bunnei
2015-05-11
1
-27
/
+19
|
\
\
|
*
|
Thread: Remove the idle thread
Yuri Kunde Schlesner
2015-05-11
1
-27
/
+19
*
|
|
Merge pull request #757 from Subv/scheduling
bunnei
2015-05-11
1
-0
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Core/Scheduling: Prepare the new priority in the thread queue when svcSetPrio...
Subv
2015-05-11
1
-0
/
+2
|
|
/
*
|
Merge pull request #750 from Subv/process_svc
Yuri Kunde Schlesner
2015-05-11
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
Core/HLE: Implemented the SVCs GetProcessId and GetProcessIdOfThread
Subv
2015-05-11
1
-0
/
+2
*
|
Thread: Correctly set main thread initial stack position
Yuri Kunde Schlesner
2015-05-11
1
-2
/
+2
|
/
*
fixup! Set the TLS address in the scheduler
Subv
2015-05-10
1
-2
/
+5
*
Core/Memory: Give every emulated thread it's own TLS area.
Subv
2015-05-10
1
-1
/
+9
*
Memory: Re-organize and rename memory area address constants
Yuri Kunde Schlesner
2015-05-09
1
-2
/
+3
*
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-07
1
-1
/
+3
*
Kernel: Properly initialize and shutdown all modules.
bunnei
2015-05-01
1
-2
/
+8
*
Kernel: Implemented priority inheritance for mutexes.
bunnei
2015-04-09
1
-3
/
+7
*
Thread: Implement priority boost for starved threads.
bunnei
2015-04-09
1
-12
/
+36
*
Misc cleanup of common and related functions
archshift
2015-02-19
1
-2
/
+3
*
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2015-02-10
1
-8
/
+6
*
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
[next]