Searched refs:thread_call_free (Results 1 - 25 of 39) sorted by relevance

12

/macosx-10.10/xnu-2782.1.97/osfmk/chud/
H A Dchud_osfmk_callback.c82 thread_call_free((thread_call_t)timer);
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dthread_call.h252 @function thread_call_free
255 or thread_call_allocate_with_priority. Once thread_call_free has been called,
257 currently pending, thread_call_free will return FALSE and will have no effect.
258 Calling thread_call_free from a thread call's own callback is safe; the work
263 extern boolean_t thread_call_free(
H A Dthread_call.c733 * thread_call_free:
740 thread_call_free( function
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/Utils/
H A DCTimer.cpp131 thread_call_free(fGrimReaper);
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Ddevtimer.c115 thread_call_free(timer->dt_callout);
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOTimerEventSource.cpp222 thread_call_free((thread_call_t) calloutEntry);
H A DIOServicePM.cpp485 thread_call_free(fWatchdogTimer);
491 thread_call_free(fSettleTimer);
496 thread_call_free(fAckTimer);
501 thread_call_free(fIdleTimer);
505 thread_call_free(fDriverCallEntry);
5298 thread_call_free(me->fWatchdogTimer);
/macosx-10.10/AppleRAID-4.0.6/
H A DAppleRAIDMirrorSet.cpp85 if (arRebuildThreadCall) thread_call_free(arRebuildThreadCall);
87 if (arSetCompleteThreadCall) thread_call_free(arSetCompleteThreadCall);
H A DAppleRAIDMember.cpp102 thread_call_free(arSyncronizeCacheThreadCall);
/macosx-10.10/AppleUSBIrDA-145.2.4/
H A DIrDAComm.cpp142 thread_call_free(x); \
/macosx-10.10/IONetworkingFamily-101/
H A DIOKernelDebugger.cpp833 thread_call_free( _activationChangeThreadCall );
H A DIONetworkStack.cpp250 thread_call_free(_asyncThread);
H A DIOOutputQueue.cpp94 thread_call_free(_callEntry);
H A DIOEthernetInterface.cpp306 thread_call_free( _inputEventThreadCall );
/macosx-10.10/msdosfs-209.1.1/msdosfs.kextproj/msdosfs.kmodproj/
H A Dmsdosfs_vfsops.c912 thread_call_free(pmp->pm_sync_timer);
981 thread_call_free(pmp->pm_sync_timer);
/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/
H A Ddtrace_glue.c583 if (thread_call_free(wrapTC->TChdl))
998 thread_call_free( (thread_call_t) tq );
/macosx-10.10/xnu-2782.1.97/osfmk/vm/
H A Dvm_shared_region.c476 thread_call_free(shared_region->sr_timer_call);
836 thread_call_free(shared_region->sr_timer_call);
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_exit.c856 thread_call_free(p->p_rcall);
1817 thread_call_free(p->p_rcall);
H A Dkern_fork.c1091 thread_call_free(p->p_rcall);
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIKeyboard.cpp201 thread_call_free(tempReservedStruct->repeat_thread_call);
/macosx-10.10/autofs-246/triggers_kext/
H A Dtriggers.c1403 thread_call_free(unmounter_thread_call);
/macosx-10.10/IOSerialFamily-74/IOSerialFamily.kmodproj/
H A DIOSerialBSDClient.cpp982 thread_call_free(fDCDThreadCall);
3287 thread_call_free(fDCDThreadCall);
/macosx-10.10/IOStorageFamily-182.1.1/
H A DIOBlockStorageDriver.cpp2096 if ( _threadCallback ) thread_call_free(_threadCallback);
3059 if ( _threadCallback ) thread_call_free(_threadCallback);
/macosx-10.10/IOATAPIProtocolTransport-350.0.3/
H A DIOATAPIProtocolTransport.cpp651 thread_call_free ( fPollingThread );
/macosx-10.10/IOUSBMassStorageClass-370.0.4/
H A DIOUSBMassStorageUFISubclass.cpp332 thread_call_free ( fPollingThread );

Completed in 202 milliseconds

12