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: Don't fail silently
David Marcec
2020-04-29
1
-0
/
+2
*
Merge pull request #3725 from MerryMage/fpcr
bunnei
2020-04-22
1
-2
/
+1
|
\
|
*
thread: FPCR.FZ is likely not 1
MerryMage
2020-04-19
1
-2
/
+1
*
|
kernel/thread: Resolve -Wswitch warnings
Lioncash
2020-04-15
1
-0
/
+2
|
/
*
core: Implement separate A32/A64 ARM interfaces.
bunnei
2020-03-02
1
-14
/
+17
*
Kernel: Rename ThreadCallbackHandleTable and Setup Thread Ids on Kernel.
Fernando Sahmkow
2020-02-22
1
-6
/
+6
*
Merge pull request #3401 from FernandoS27/synchronization
bunnei
2020-02-14
1
-15
/
+22
|
\
|
*
Core: Set all hardware emulation constants in a single file.
Fernando Sahmkow
2020-02-11
1
-7
/
+8
|
*
Kernel: Refactor synchronization to better match RE
Fernando Sahmkow
2020-02-11
1
-1
/
+5
|
*
Kernel: Change WaitObject to Synchronization object. In order to better refle...
Fernando Sahmkow
2020-02-11
1
-7
/
+9
*
|
kernel/thread: Remove trivial usages of the global system accessor
Lioncash
2020-02-12
1
-2
/
+2
|
/
*
Kernel: Remove a few global instances from the kernel.
Fernando Sahmkow
2020-01-26
1
-1
/
+1
*
Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager.
Fernando Sahmkow
2020-01-26
1
-2
/
+1
*
core/memory: Migrate over address checking functions to the new Memory class
Lioncash
2019-11-26
1
-2
/
+2
*
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...
bunnei
2019-11-24
1
-19
/
+20
*
Merge pull request #3114 from FernandoS27/cond-var
bunnei
2019-11-23
1
-0
/
+8
|
\
|
*
Kernel: Correct behavior of Condition Variables to be more similar to real ha...
Fernando Sahmkow
2019-11-21
1
-0
/
+8
*
|
Merge pull request #3130 from FernandoS27/cancel-sync
bunnei
2019-11-23
1
-2
/
+5
|
\
\
|
|
/
|
/
|
|
*
Kernel: Correct Cancel Synchronization.
Fernando Sahmkow
2019-11-16
1
-2
/
+5
*
|
kernel: Resolve sign conversion warnings
Lioncash
2019-11-12
1
-30
/
+18
|
/
*
Kernel Thread: Cleanup THREADPROCESSORID_DONT_UPDATE.
Fernando Sahmkow
2019-10-15
1
-1
/
+1
*
Kernel: Address Feedback 2
Fernando Sahmkow
2019-10-15
1
-3
/
+3
*
Kernel: Clang Format
Fernando Sahmkow
2019-10-15
1
-4
/
+4
*
Kernel: Reverse global accessor removal.
Fernando Sahmkow
2019-10-15
1
-8
/
+8
*
Kernel: Address Feedback.
Fernando Sahmkow
2019-10-15
1
-9
/
+8
*
Kernel_Thread: Eliminate most global accessors.
Fernando Sahmkow
2019-10-15
1
-11
/
+11
*
Kernel: Correct Paused scheduling
Fernando Sahmkow
2019-10-15
1
-3
/
+1
*
Kernel: Corrections to Wait Objects clearing in which a thread could still be...
Fernando Sahmkow
2019-10-15
1
-0
/
+1
*
Scheduler: Add protections for Yield bombing
Fernando Sahmkow
2019-10-15
1
-6
/
+6
*
Kernel: Style and Corrections
Fernando Sahmkow
2019-10-15
1
-24
/
+30
*
Addapt thread class to the new Scheduler
Fernando Sahmkow
2019-10-15
1
-59
/
+183
*
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
[next]