Searched refs:thread_call_t (Results 1 - 25 of 38) sorted by relevance

12

/darwin-on-arm/xnu/osfmk/kern/
H A Dthread_call.h44 typedef struct thread_call *thread_call_t; typedef in typeref:struct:thread_call
87 thread_call_t call);
99 thread_call_t call,
115 thread_call_t call,
129 thread_call_t call,
145 thread_call_t call);
163 thread_call_t call);
174 extern thread_call_t thread_call_allocate(
188 extern thread_call_t thread_call_allocate_with_priority(
206 thread_call_t cal
[all...]
H A Dthread_call.c95 static __inline__ thread_call_t _internal_call_allocate(void);
96 static __inline__ void _internal_call_release(thread_call_t call);
97 static __inline__ boolean_t _pending_call_enqueue(thread_call_t call, thread_call_group_t group);
98 static __inline__ boolean_t _delayed_call_enqueue(thread_call_t call, thread_call_group_t group, uint64_t deadline);
99 static __inline__ boolean_t _call_dequeue(thread_call_t call, thread_call_group_t group);
101 static __inline__ void _set_delayed_call_timer(thread_call_t call, thread_call_group_t group);
111 static void thread_call_wait_locked(thread_call_t call);
114 #define TC(x) ((thread_call_t)(x))
222 thread_call_t call)
297 thread_call_t cal
[all...]
H A Dtask.h355 thread_call_t rusage_cpu_callt;
/darwin-on-arm/xnu/osfmk/chud/
H A Dchud_osfmk_callback.c67 thread_call_enter1_delayed((thread_call_t)timer, param1, t_delay);
74 thread_call_cancel((thread_call_t)timer);
81 thread_call_cancel((thread_call_t)timer);
82 thread_call_free((thread_call_t)timer);
/darwin-on-arm/xnu/tools/tests/testkext/
H A Dtestthreadcall.h16 thread_call_t tcall;
/darwin-on-arm/xnu/bsd/net/
H A Dbpfdesc.h131 thread_call_t bd_thread_call; /* for BPF timeouts with select */
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOTimerEventSource.cpp223 thread_call_free((thread_call_t) calloutEntry);
236 bool active = thread_call_cancel((thread_call_t) calloutEntry);
256 bool active = thread_call_cancel((thread_call_t) calloutEntry);
372 if (thread_call_enter1_delayed((thread_call_t) calloutEntry,
380 thread_call_enter_delayed((thread_call_t) calloutEntry, inAbstime);
H A DIOServicePMPrivate.h198 thread_call_t AckTimer;
199 thread_call_t SettleTimer;
200 thread_call_t IdleTimer;
308 thread_call_t DriverCallEntry;
H A DIOPlatformExpert.cpp765 thread_call_t shutdown_hang;
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_timer.h199 thread_call_t call; /* call entry */
H A Dtcp_lro.c85 thread_call_t tcp_lro_timer;
/darwin-on-arm/xnu/bsd/sys/
H A Dpthread_internal.h87 thread_call_t wq_atimer_call;
H A Ddtrace_glue.h325 thread_call_t dtrace_timeout(void (*func)(void *, void *), void* arg, uint64_t nanos);
H A Dproc_internal.h753 extern thread_call_t psynch_thcall;
/darwin-on-arm/xnu/iokit/IOKit/pwr_mgt/
H A DRootDomain.h532 thread_call_t extraSleepTimer;
533 thread_call_t diskSyncCalloutEntry;
623 thread_call_t aggressivesThreadCall;
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_shared_region.h99 thread_call_t sr_timer_call;
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace_glue.c480 thread_call_t TChdl;
569 thread_call_t
573 thread_call_t call = thread_call_allocate(func, NULL);
930 extern void thread_call_setup(thread_call_t, thread_call_func_t, thread_call_param_t); /* XXX MACH_KERNEL_PRIVATE */
951 thread_call_setup( (thread_call_t) tq, (thread_call_func_t)_taskq_apply, (thread_call_param_t)func );
952 thread_call_enter1( (thread_call_t) tq, (thread_call_param_t)arg );
959 thread_call_cancel( (thread_call_t) tq );
960 thread_call_free( (thread_call_t) tq );
H A Dfasttrap.c141 static thread_call_t fasttrap_timeout;
418 if (fasttrap_timeout != (thread_call_t)1)
431 if (later > 0 && fasttrap_timeout != (thread_call_t)1)
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs.h1103 __private_extern__ thread_call_t nfs_request_timer_call;
1104 __private_extern__ thread_call_t nfs_buf_timer_call;
1105 __private_extern__ thread_call_t nfs4_callback_timer_call;
1106 __private_extern__ thread_call_t nfsrv_deadsock_timer_call;
1108 __private_extern__ thread_call_t nfsrv_fmod_timer_call;
1425 void nfs_interval_timer_start(thread_call_t, int);
H A Dnfsmount.h301 thread_call_t renew_timer; /* RENEW timer call */
/darwin-on-arm/xnu/osfmk/i386/
H A Dpmap_common.c51 thread_call_t pmap_pagetable_corruption_log_call;
H A Dpmap_internal.h606 extern thread_call_t pmap_pagetable_corruption_log_call;
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs.h363 thread_call_t hfs_syncer; // removeable devices get sync'ed by this guy
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_event.c787 thread_call_t callout = kn->kn_hook;
814 thread_call_t callout;
855 thread_call_t callout;
859 callout = (thread_call_t)kn->kn_hook;
/darwin-on-arm/xnu/osfmk/default_pager/
H A Ddefault_pager_internal.h776 extern thread_call_t default_pager_backing_store_monitor_callout;

Completed in 146 milliseconds

12