Searched refs:watchdogTimerFired (Results 1 - 2 of 2) sorted by path

/macosx-10.10.1/IOAudioFamily-200.6/
H A DIOAudioEngineUserClient.cpp86 static void watchdogTimerFired(IOAudioClientBufferSet *clientBufferSet, UInt32 generationCount);
167 watchdogThreadCall = thread_call_allocate((thread_call_func_t)IOAudioClientBufferSet::watchdogTimerFired, (thread_call_param_t)this);
237 void IOAudioClientBufferSet::watchdogTimerFired(IOAudioClientBufferSet *clientBufferSet, UInt32 generationCount) function in class:IOAudioClientBufferSet
250 audioDebugIOLog(3, "+ IOAudioClientBufferSet[%p]::watchdogTimerFired(%ld):(%llu)(%llu)(%lx,%lx)\n",
258 audioDebugIOLog(3, "+ IOAudioClientBufferSet[%p]::watchdogTimerFired(%ld):(%lx,%lx)(%lx,%lx)(%lx,%lx)\n",
290 audioDebugIOLog(3, "- IOAudioClientBufferSet[%p]::watchdogTimerFired(%ld):(%llu)(%llu)(%lx,%lx)\n",
298 audioDebugIOLog(3, "- IOAudioClientBufferSet[%p]::watchdogTimerFired(%ld):(%lx,%lx)(%lx,%lx)(%lx,%lx)\n",
310 IOLog ("IOAudioClientBufferSet::watchdogTimerFired assert (clientBufferSet == NULL) failed\n");
/macosx-10.10.1/WebKit2-7600.1.25/Platform/IPC/mac/
H A DConnectionMac.mm86 , m_watchdogTimer(RunLoop::main(), this, &ConnectionTerminationWatchdog::watchdogTimerFired)
94 void watchdogTimerFired()

Completed in 231 milliseconds