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: 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
*
thread: Rename mask to affinity_masks.
bunnei
2018-05-10
1
-1
/
+1
*
thread: Implement ChangeCore function.
bunnei
2018-05-10
1
-0
/
+6
*
core: Implement multicore support.
bunnei
2018-05-10
1
-0
/
+4
*
Kernel: Implemented mutex priority inheritance.
Subv
2018-04-23
1
-0
/
+15
*
Kernel: Use 0x2C as default main thread priority for homebrew and lone NRO/NSOs
Subv
2018-04-20
1
-1
/
+1
*
Kernel: Remove unused ConditionVariable class.
Subv
2018-04-20
1
-6
/
+0
*
Kernel: Remove old and unused Mutex code.
Subv
2018-04-20
1
-7
/
+0
*
Kernel: Corrected the implementation of svcArbitrateLock and svcArbitrateUnlock.
Subv
2018-04-20
1
-1
/
+5
*
thread: Add THREADSTATUS_WAIT_HLE_EVENT, remove THREADSTATUS_WAIT_ARB.
bunnei
2018-03-18
1
-1
/
+1
*
kernel: Use Scheduler class for threading.
bunnei
2018-02-18
1
-15
/
+0
*
kernel: Remove unused address_arbiter code.
bunnei
2018-02-18
1
-12
/
+0
*
Kernel/IPC: Add a small delay after each SyncRequest to prevent thread starv...
Subv
2018-02-18
1
-0
/
+1
*
Threads: Added enum values for the Switch's 4 cpu cores and implemented svcGe...
Subv
2018-01-10
1
-4
/
+9
*
Kernel: Allow chaining WaitSynchronization calls inside a wakeup callback.
Subv
2018-01-08
1
-3
/
+7
*
thread: Keep track of the initially created handle.
bunnei
2017-12-31
1
-0
/
+3
*
kernel: Various 64-bit fixes in memory/process/thread
bunnei
2017-12-29
1
-2
/
+2
*
Merge remote-tracking branch 'upstream/master' into nx
bunnei
2017-10-09
1
-15
/
+33
|
\
|
*
Merge pull request #2971 from Subv/per_process_memops
Sebastian Valle
2017-10-01
1
-0
/
+6
|
|
\
|
|
*
Kernel/Thread: Added a helper function to get a thread's command buffer VAddr.
Subv
2017-10-01
1
-0
/
+6
|
*
|
Merge pull request #2967 from Subv/thread_wakeup_callbacks
Sebastian Valle
2017-09-30
1
-3
/
+12
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Kernel/Threads: When putting a thread to wait, specify a function to execute ...
Subv
2017-09-28
1
-3
/
+12
|
*
|
Fixed type conversion ambiguity
Huw Pascoe
2017-09-30
1
-7
/
+7
|
*
|
Kernel/Thread: Allow specifying which process a thread belongs to when creati...
Subv
2017-09-26
1
-6
/
+9
|
|
/
*
/
kernel: Various threading fixes to support 64-bit addressing.
bunnei
2017-09-30
1
-5
/
+5
|
/
*
Kernel: Move WaitObject to a separate file
Yuri Kunde Schlesner
2017-05-29
1
-0
/
+1
*
Kernel: Centralize error definitions in errors.h
Yuri Kunde Schlesner
2017-05-24
1
-1
/
+1
*
Core: Remove unnecessary include in thread.h
Yuri Kunde Schlesner
2017-02-26
1
-1
/
+0
*
Merge pull request #2410 from Subv/sleepthread
bunnei
2017-01-06
1
-0
/
+5
|
\
|
*
Kernel: Don't attempt to yield execution in SleepThread(0) if there are no av...
Subv
2017-01-05
1
-0
/
+5
*
|
Kernel: Remove some unused functions.
Subv
2017-01-05
1
-9
/
+0
|
/
*
Kernel: Remove Thread::wait_objects_index and use wait_objects to hold all th...
Subv
2017-01-05
1
-9
/
+7
*
Kernel: Use different thread statuses when a thread calls WaitSynchronization...
Subv
2017-01-04
1
-9
/
+10
*
Kernel/Mutex: Propagate thread priority changes to other threads inheriting t...
Subv
2017-01-04
1
-0
/
+9
*
Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.
Subv
2017-01-04
1
-2
/
+2
*
ThreadContext: Move from "core" to "arm_interface".
bunnei
2016-12-22
1
-1
/
+2
[next]