aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/timer.cpp
AgeCommit message (Expand)Author
2019-01-31kernel: Remove the Timer classLioncash
2019-01-30kernel/timer: Remove unnecessary WakeupAllWaitingThreads() overrideLioncash
2019-01-04Removed pulse event typeDavid Marcec
2018-08-28kernel: Eliminate kernel global stateLioncash
2018-08-01kernel: Move object class to its own source filesLioncash
2018-07-24core_timing: Split off utility functions into core_timing_utilMerryMage
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-04-30core_timing: Namespace all functions and constants in core_timing's headerLioncash
2018-04-25kernel: Migrate logging macros to fmt-compatible onesLioncash
2018-01-20Format: Run the new clang format on everythingJames Rowe
2018-01-08CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119)B3n30
2017-06-18ResultVal: Remove MoveFrom()Yuri Kunde Schlesner
2017-05-29Kernel: Move HandleTable to a separate fileYuri Kunde Schlesner
2017-02-27Timer: restore missing signaled=true from #2421wwylele
2017-02-27Fix log entry in timer::signal (#2600)B3n30
2017-02-21Timers: Immediately signal the timer if it was started with an initial value ...Subv
2017-01-10Merge pull request #2397 from Subv/pulsebunnei
2017-01-05Kernel: Implemented Pulse event and timers.Subv
2017-01-04Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.Subv
2016-12-03Threading: Reworked the way our scheduler works.Subv
2016-11-19Kernel/Events: Log an error when trying to create Pulse events and timers.Subv
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-03-12svc: Make ResetType an enum classLioncash
2015-12-29HLE/Timers: Reset OneShot timers when they are acquired instead of when they'...Subv
2015-09-16general: Silence some warnings when using clangLioncash
2015-05-29Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot
2015-05-20Kernel: Move reschedules from SVCs to actual mechanisms that reschedule.bunnei
2015-05-07Common: Remove common.hYuri Kunde Schlesner
2015-05-01Kernel: Properly initialize and shutdown all modules.bunnei
2015-04-14Kernel: Use the correct format string for u64 hex.Emmanuel Gil Peyrot
2015-02-12Build: Fixed some warningsSubv
2015-02-10Asserts: break/crash program, fit to style guide; log.h->assert.harchshift
2015-02-02Kernel: Stop creating useless Handles during object creationYuri Kunde Schlesner
2015-02-02Explicitly instantiate constructors/destructors for Kernel objectsYuri Kunde Schlesner
2015-02-02Kernel: Use separate Handle tables for CoreTiming userdataYuri Kunde Schlesner
2015-02-02Kernel: Remove previous scheduled event when a Timer is re-SetYuri Kunde Schlesner
2015-01-30Kernel: Convert Timer to (mostly) not use HandlesYuri Kunde Schlesner
2015-01-30Kernel: Remove useless/duplicated comments; mark functions staticYuri Kunde Schlesner
2015-01-21Kernel: Renamed some functions for clarity.bunnei
2015-01-21Kernel: Changed "ShouldWait" to return bool and "Acquire" to return void.bunnei
2015-01-21WaitObject: Renamed "Wait" to "ShouldWait", made "ShouldWait" and "Acquire" p...bunnei
2015-01-21Kernel: Get rid of WaitTypes and simplify lots of code, removing hacks.bunnei
2015-01-21WaitSynchronizationN: Refactor to fix several bugsbunnei
2015-01-21Kernel: Separate WaitSynchronization into Wait and Acquire methods.bunnei
2015-01-21WaitSynchronizationN: Implement return valuesbunnei
2015-01-21Kernel: Added WaitObject and changed "waitable" objects inherit from it.bunnei
2015-01-09Kernel: Start using boost::intrusive_ptr for lifetime managementYuri Kunde Schlesner