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.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel/process: Decouple TLS handling from threads
Lioncash
2019-07-03
1
-15
/
+1
*
Merge pull request #2410 from lioncash/affinity
bunnei
2019-05-19
1
-6
/
+15
|
\
|
*
kernel/thread: Update thread processor ID flags
Lioncash
2019-04-29
1
-6
/
+15
*
|
Merge pull request #2416 from lioncash/wait
bunnei
2019-04-24
1
-18
/
+22
|
\
\
|
*
|
kernel/thread: Unify wait synchronization types
Lioncash
2019-04-17
1
-15
/
+13
|
*
|
kernel/svc: Migrate svcCancelSynchronization behavior to a thread function
Lioncash
2019-04-17
1
-3
/
+9
*
|
|
Merge pull request #2397 from lioncash/thread-unused
bunnei
2019-04-17
1
-7
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
svc: Specify handle value in thread's name
Lioncash
2019-04-15
1
-0
/
+5
|
*
|
kernel/thread: Remove unused guest_handle member variable
Lioncash
2019-04-14
1
-7
/
+0
|
|
/
*
/
kernel/thread: Remove BoostPriority()
Lioncash
2019-04-15
1
-6
/
+0
|
/
*
kernel: Make handle type declarations constexpr
Lioncash
2019-04-11
1
-1
/
+1
*
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: Make parameter of GetWaitObjectIndex() const qualified
Lioncash
2019-04-01
1
-1
/
+1
*
Add CondVar Thread State.
Fernando Sahmkow
2019-03-19
1
-1
/
+2
*
Merge pull request #2238 from lioncash/thread
bunnei
2019-03-17
1
-2
/
+8
|
\
|
*
kernel/thread: Expand documentation of nominal_priority and current_priority
Lioncash
2019-03-15
1
-2
/
+8
*
|
kernel/thread: Move thread exiting logic from ExitCurrentThread to svcExitThread
Lioncash
2019-03-15
1
-5
/
+0
*
|
kernel/thread: Migrate WaitCurrentThread_Sleep into the Thread interface
Lioncash
2019-03-15
1
-5
/
+3
|
/
*
kernel: Rename 'default' CPU core to 'ideal' core
Lioncash
2018-12-27
1
-6
/
+6
*
kernel/thread: Move process thread initialization into process.cpp
Lioncash
2018-12-27
1
-11
/
+0
*
Merge pull request #1849 from encounter/svcSetThreadActivity
bunnei
2018-12-26
1
-0
/
+14
|
\
|
*
svc: Implement SetThreadActivity (thread suspension)
Luke Street
2018-12-04
1
-0
/
+14
*
|
kernel/thread: Make thread_id a 64-bit value
Lioncash
2018-12-18
1
-2
/
+2
*
|
scheduler: Add explanations for YieldWith and WithoutLoadBalancing
Zach Hilman
2018-11-22
1
-4
/
+0
*
|
svc: Implement yield types 0 and -1
Zach Hilman
2018-11-18
1
-0
/
+5
|
/
*
kernel/thread: Deduplicate scheduler switching code
Lioncash
2018-11-14
1
-0
/
+2
*
svc: Implement svcGetInfo command 0xF0000002
Lioncash
2018-10-26
1
-1
/
+10
*
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
-1
/
+1
*
kernel/thread: Make all instance variables private
Lioncash
2018-10-04
1
-35
/
+181
*
thread/process: Move TLS slot marking/freeing to the process class
Lioncash
2018-09-21
1
-1
/
+12
*
kernel/thread: Use owner_process when setting the page table in SetupMainThre...
Lioncash
2018-09-20
1
-1
/
+1
*
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
1
-1
/
+1
*
kernel/thread: Include thread-related enums within the kernel namespace
Lioncash
2018-09-13
1
-6
/
+6
*
kernel: Eliminate kernel global state
Lioncash
2018-08-28
1
-14
/
+8
*
core: Namespace all code in the arm subdirectory under the Core namespace
Lioncash
2018-08-24
1
-1
/
+1
*
kernel/thread: Fix potential crashes introduced in 26de4bb521b1ace7af76eff4f6...
Lioncash
2018-08-03
1
-0
/
+2
*
kernel: Move object class to its own source files
Lioncash
2018-08-01
1
-1
/
+1
*
kernel/thread: Remove unimplemented function prototype
Lioncash
2018-07-31
1
-6
/
+0
*
kernel: Remove unnecessary includes
Lioncash
2018-07-31
1
-3
/
+2
*
Merge pull request #751 from Subv/tpidr_el0
bunnei
2018-07-21
1
-0
/
+9
|
\
|
*
CPU: Save and restore the TPIDR_EL0 system register on every context switch.
Subv
2018-07-20
1
-0
/
+9
*
|
thread: Convert ThreadStatus into an enum class
Lioncash
2018-07-19
1
-14
/
+14
|
/
*
Run clang-format on PR.
Michael Scire
2018-06-21
1
-2
/
+2
*
Kernel/Arbiters: HLE is atomic, adjust code to reflect that.
Michael Scire
2018-06-21
1
-1
/
+0
*
Kernel/Arbiters: Initialize arb_wait_address in thread struct.
Michael Scire
2018-06-21
1
-1
/
+1
*
Kernel/Arbiters: Mostly implement SignalToAddress
Michael Scire
2018-06-21
1
-2
/
+4
*
Kernel/Arbiters: Implement WaitForAddress
Michael Scire
2018-06-21
1
-2
/
+4
*
Kernel/Arbiters: Add stubs for 4.x SignalToAddress/WaitForAddres SVCs.
Michael Scire
2018-06-21
1
-0
/
+1
[next]