index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
thread.h
Age
Commit message (
Expand
)
Author
2017-05-24
Kernel: Centralize error definitions in errors.h
Yuri Kunde Schlesner
2017-02-26
Core: Remove unnecessary include in thread.h
Yuri Kunde Schlesner
2017-01-06
Merge pull request #2410 from Subv/sleepthread
bunnei
2017-01-05
Kernel: Don't attempt to yield execution in SleepThread(0) if there are no av...
Subv
2017-01-05
Kernel: Remove some unused functions.
Subv
2017-01-05
Kernel: Remove Thread::wait_objects_index and use wait_objects to hold all th...
Subv
2017-01-04
Kernel: Use different thread statuses when a thread calls WaitSynchronization...
Subv
2017-01-04
Kernel/Mutex: Propagate thread priority changes to other threads inheriting t...
Subv
2017-01-04
Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.
Subv
2016-12-22
ThreadContext: Move from "core" to "arm_interface".
bunnei
2016-12-21
core: Remove HLE module, consolidate code & various cleanups.
bunnei
2016-12-17
Thread: remove the thread from the thread list when exiting
wwylele
2016-12-14
Fixed the codestyle to match our clang-format rules.
Subv
2016-12-09
WaitSynch: Removed unused variables and reduced SharedPtr copies.
Subv
2016-12-04
Threading: Added some utility functions and const correctness.
Subv
2016-12-03
Threading: Reworked the way our scheduler works.
Subv
2016-09-22
implement wait tree widget
wwylele
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-05-07
Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE r...
Subv
2015-09-10
General: Fix up doxygen comments
Lioncash
2015-06-28
Common: Cleanup key_map includes.
Emmanuel Gil Peyrot
2015-06-16
kernel: Fix svcWaitSynch to always acquire requested wait objects.
bunnei
2015-05-29
Remove every trailing whitespace from the project (but externals).
Emmanuel Gil Peyrot
2015-05-15
Memmap: Re-organize memory function in two files
Yuri Kunde Schlesner
2015-05-11
Merge pull request #748 from Subv/tls_max
bunnei
2015-05-11
Merge pull request #751 from yuriks/idle-thread
bunnei
2015-05-11
Thread: Remove the idle thread
Yuri Kunde Schlesner
2015-05-11
Core/Memory: Add TLS support for creating up to 300 threads
Subv
2015-05-11
Merge pull request #750 from Subv/process_svc
Yuri Kunde Schlesner
2015-05-11
Core/HLE: Implemented the SVCs GetProcessId and GetProcessIdOfThread
Subv
2015-05-11
Thread: Correctly set main thread initial stack position
Yuri Kunde Schlesner
2015-05-10
fixup! Set the TLS address in the scheduler
Subv
2015-05-10
Core/Memory: Give every emulated thread it's own TLS area.
Subv
2015-05-08
Kernel: Remove unused g_main_thread variable
Yuri Kunde Schlesner
2015-04-09
Kernel: Implemented priority inheritance for mutexes.
bunnei
2015-04-09
Thread: Implement priority boost for starved threads.
bunnei
2015-04-09
Kernel: Fixed default thread priority.
bunnei
2015-02-09
Scheduler refactor Pt. 1
Kevin Hartman
2015-02-02
Kernel: Make WaitObjects share ownership of Threads waiting on them
Yuri Kunde Schlesner
2015-02-02
Explicitly instantiate constructors/destructors for Kernel objects
Yuri Kunde Schlesner
2015-02-02
Mutex: Replace g_mutex_held_locks with a set inside Thread
Yuri Kunde Schlesner
2015-02-02
Kernel: Use separate Handle tables for CoreTiming userdata
Yuri Kunde Schlesner
2015-02-02
Thread: Modernize two functions that slipped through previous rebases
Yuri Kunde Schlesner
2015-01-30
Kernel: Mark all appropriate kernel objects as "final"
Yuri Kunde Schlesner
2015-01-21
Thread: Fix WaitSynchronization1 to not set register 1 on thread wakeup.
bunnei
2015-01-21
Kernel: Changed "ShouldWait" to return bool and "Acquire" to return void.
bunnei
2015-01-21
WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" p...
bunnei
2015-01-21
Kernel: Moved Wait and Acquire to WaitObject, added way to retrieve a WaitObj...
bunnei
2015-01-21
AddressArbiter: Changed to Kernel::Object, big cleanup, removed code that mad...
bunnei
[next]