This website requires JavaScript.
Explore
Help
Register
Sign In
million
/
suyu
Watch
1
Star
0
Fork
You've already forked suyu
0
forked from
suyu/suyu
Code
Pull requests
Activity
e8a17ee6fd
suyu
/
src
/
core
/
hle
/
kernel
History
bunnei
ba98e25e97
thread: updated Reschedule to sit at a synchronization barrier when no other threads are ready for execution
2014-06-01 10:35:42 -04:00
..
event.cpp
event: added a hackish ability to set an event as "locked" to its current state, cleaned up some comments
2014-06-01 10:33:55 -04:00
event.h
event: added a hackish ability to set an event as "locked" to its current state, cleaned up some comments
2014-06-01 10:33:55 -04:00
kernel.cpp
kernel: refactored function naming to remove "__" prefix
2014-05-22 19:06:12 -04:00
kernel.h
kernel: added WaitSynchronization method to Kernel::Object
2014-05-26 22:17:49 -04:00
mutex.cpp
mutex: fixed typo in ReleaseMutex
2014-05-29 23:31:01 -04:00
mutex.h
mutex: removed docstring comment that is no longer relevant
2014-05-26 22:49:11 -04:00
thread.cpp
thread: updated Reschedule to sit at a synchronization barrier when no other threads are ready for execution
2014-06-01 10:35:42 -04:00
thread.h
thread: renamed "WaitCurThread" to "WaitCurrentThread", removed unused "reason" argument
2014-05-22 19:36:56 -04:00