This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
github.ong19th.Citron
Archived
Watch
0
Star
0
Fork
You've already forked github.ong19th.Citron
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
This repository has been archived on
2025-12-14
. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
2ed6652f10
github.ong19th.Citron
/
src
/
core
/
hle
/
kernel
History
Download ZIP
Download TAR.GZ
bunnei
2ed6652f10
mutex: added preliminary SyncRequest/WaitSynchronization, added some comments/assertions
2014-05-27 22:42:16 -04:00
..
event.cpp
event: added SetEventLocked method to change status an events lock
2014-05-27 22:14:00 -04:00
event.h
event: fixed typos and updated CMakeLists
2014-05-27 22:14:38 -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: added preliminary SyncRequest/WaitSynchronization, added some comments/assertions
2014-05-27 22:42:16 -04:00
mutex.h
mutex: removed docstring comment that is no longer relevant
2014-05-26 22:49:11 -04:00
thread.cpp
kernel: added WaitSynchronization method to Kernel::Object
2014-05-26 22:17:49 -04:00
thread.h
thread: renamed "WaitCurThread" to "WaitCurrentThread", removed unused "reason" argument
2014-05-22 19:36:56 -04:00