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
*
kernel/process: Decouple TLS handling from threads
Lioncash
2019-07-03
1
-2
/
+2
*
Core_Timing: Make core_timing threadsafe by default.
Fernando Sahmkow
2019-06-16
1
-3
/
+3
*
core/core_timing_util: Use std::chrono types for specifying time units
Lioncash
2019-06-04
1
-2
/
+2
*
kernel/thread: Unify wait synchronization types
Lioncash
2019-04-17
1
-3
/
+2
*
kernel/svc: Migrate svcCancelSynchronization behavior to a thread function
Lioncash
2019-04-17
1
-0
/
+6
*
kernel/thread: Remove BoostPriority()
Lioncash
2019-04-15
1
-5
/
+0
*
Merge pull request #2314 from lioncash/const
bunnei
2019-04-03
1
-6
/
+6
|
\
|
*
kernel/thread: Make AllWaitObjectsReady() a const qualified member function
Lioncash
2019-04-01
1
-1
/
+1
|
*
kernel/wait_object: Make ShouldWait() take thread members by pointer-to-const
Lioncash
2019-04-01
1
-1
/
+1
|
*
kernel/thread: Avoid sign conversion within GetCommandBufferAddress()
Lioncash
2019-04-01
1
-2
/
+2
|
*
kernel/thread: Make parameter of GetWaitObjectIndex() const qualified
Lioncash
2019-04-01
1
-2
/
+2
*
|
kernel/svc: Implement svcGetThreadList
Lioncash
2019-04-02
1
-0
/
+4
|
/
*
kernel/scheduler: Remove unused parameter to AddThread()
Lioncash
2019-03-30
1
-2
/
+2
*
Merge pull request #2266 from FernandoS27/arbitration
bunnei
2019-03-28
1
-0
/
+1
|
\
|
*
Add CondVar Thread State.
Fernando Sahmkow
2019-03-19
1
-0
/
+1
*
|
Fix crash caused by 2238.
Fernando Sahmkow
2019-03-19
1
-1
/
+2
|
/
*
Merge pull request #2238 from lioncash/thread
bunnei
2019-03-17
1
-19
/
+33
|
\
|
*
kernel/thread: Expand documentation of nominal_priority and current_priority
Lioncash
2019-03-15
1
-1
/
+3
|
*
kernel/thread: Make bracing consistent within UpdatePriority()
Lioncash
2019-03-15
1
-2
/
+4
|
*
kernel/thread: Amend condition within UpdatePriority()
Lioncash
2019-03-15
1
-3
/
+3
|
*
kernel/thread: Maintain priority ordering of added mutex waiting threads
Lioncash
2019-03-15
1
-14
/
+24
*
|
kernel/thread: Actually remove the definition of ExitCurrentThread()
Lioncash
2019-03-16
1
-6
/
+0
*
|
kernel/thread: Migrate WaitCurrentThread_Sleep into the Thread interface
Lioncash
2019-03-15
1
-5
/
+8
|
/
*
kernel/thread: Remove obsolete TODO in Create()
Lioncash
2019-03-05
1
-2
/
+0
*
core_timing: Convert core timing into a class
Lioncash
2019-02-15
1
-8
/
+11
*
core_timing: Rename CoreTiming namespace to Core::Timing
Lioncash
2019-02-12
1
-6
/
+7
*
kernel/thread: Move process thread initialization into process.cpp
Lioncash
2018-12-27
1
-24
/
+0
*
Merge pull request #1849 from encounter/svcSetThreadActivity
bunnei
2018-12-26
1
-1
/
+23
|
\
|
*
svc: Implement SetThreadActivity (thread suspension)
Luke Street
2018-12-04
1
-1
/
+23
*
|
kernel/thread: Set default fpcr
MerryMage
2018-12-18
1
-0
/
+3
|
/
*
kernel/thread: Deduplicate scheduler switching code
Lioncash
2018-11-14
1
-37
/
+11
*
global: Use std::optional instead of boost::optional (#1578)
Frederic L
2018-10-30
1
-4
/
+4
*
kernel/process: Make the handle table per-process
Lioncash
2018-10-20
1
-1
/
+1
*
core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs
Lioncash
2018-10-15
1
-8
/
+8
*
thread: Remove unnecessary memset from ResetThreadContext()
Lioncash
2018-10-12
1
-4
/
+1
*
kernel/thread: Use a regular pointer for the owner/current process
Lioncash
2018-10-10
1
-4
/
+4
*
thread: Make the scheduler pointer a regular pointer
balika011
2018-10-05
1
-3
/
+3
*
kernel/thread: Make all instance variables private
Lioncash
2018-10-04
1
-4
/
+28
*
kernel/process: Make data member variables private
Lioncash
2018-09-30
1
-2
/
+2
*
memory: Dehardcode the use of fixed memory range constants
Lioncash
2018-09-24
1
-1
/
+2
*
thread/process: Move TLS slot marking/freeing to the process class
Lioncash
2018-09-21
1
-56
/
+2
*
kernel/thread: Use owner_process when setting the page table in SetupMainThre...
Lioncash
2018-09-20
1
-3
/
+3
*
arm_interface: Remove ARM11-isms from the CPU interface
Lioncash
2018-09-18
1
-2
/
+2
*
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
1
-1
/
+1
*
kernel/errors: Correct error codes for invalid thread priority and invalid pr...
Lioncash
2018-09-12
1
-2
/
+2
*
core/core: Replace includes with forward declarations where applicable
Lioncash
2018-08-31
1
-1
/
+2
*
kernel: Eliminate kernel global state
Lioncash
2018-08-28
1
-101
/
+18
*
core: Namespace all code in the arm subdirectory under the Core namespace
Lioncash
2018-08-24
1
-2
/
+2
*
Core::CoreTiming: add UnscheduleEventThreadsafe
B3n30
2018-08-13
1
-1
/
+1
*
Merge pull request #1042 from Subv/races
bunnei
2018-08-12
1
-2
/
+9
|
\
[next]