MCPcopy Create free account
hub / github.com/cemu-project/Cemu / IOS_StopTimerInternal

Function IOS_StopTimerInternal

src/Cafe/IOSU/kernel/iosu_kernel.cpp:218–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216 }
217
218 void IOS_StopTimerInternal(IOSTimerId timerId)
219 {
220 cemu_assert_debug(!sTimerMutex.try_lock());
221 IOS_TimerSetNextFireTime(sTimers[timerId], 0);
222 }
223
224 IOS_ERROR IOS_CreateTimer(uint32 startMicroseconds, uint32 repeatMicroseconds, uint32 queueId, uint32 message)
225 {

Callers 2

IOS_StopTimerFunction · 0.85
IOS_DestroyTimerFunction · 0.85

Calls 3

cemu_assert_debugFunction · 0.85
IOS_TimerSetNextFireTimeFunction · 0.85
try_lockMethod · 0.80

Tested by

no test coverage detected