index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
wait_object.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
1
-1
/
+1
*
kernel: Eliminate kernel global state
Lioncash
2018-08-29
1
-0
/
+3
*
kernel: Move object class to its own source files
Lioncash
2018-08-02
1
-2
/
+1
*
kernel: Remove unnecessary includes
Lioncash
2018-07-31
1
-2
/
+0
*
hle: Remove config_mem.h/.cpp
Lioncash
2018-07-23
1
-1
/
+0
*
hle: Remove shared_page.h/.cpp
Lioncash
2018-07-23
1
-1
/
+0
*
thread: Convert ThreadStatus into an enum class
Lioncash
2018-07-20
1
-6
/
+6
*
thread: Add THREADSTATUS_WAIT_HLE_EVENT, remove THREADSTATUS_WAIT_ARB.
bunnei
2018-03-19
1
-1
/
+2
*
Kernel: Allow chaining WaitSynchronization calls inside a wakeup callback.
Subv
2018-01-09
1
-4
/
+13
*
wait_object: Refactor to allow waking up a single thread.
bunnei
2018-01-07
1
-15
/
+22
*
Merge pull request #2967 from Subv/thread_wakeup_callbacks
Sebastian Valle
2017-09-30
1
-7
/
+4
|
\
|
*
Kernel/Threads: When putting a thread to wait, specify a function to execute when it is awoken.
Subv
2017-09-28
1
-7
/
+4
*
|
Fixed type conversion ambiguity
Huw Pascoe
2017-09-30
1
-1
/
+1
|
/
*
Kernel: Move WaitObject to a separate file
Yuri Kunde Schlesner
2017-05-30
1
-0
/
+99