Home
last modified time | relevance | path

Searched defs:call (Results 1 – 17 of 17) sorted by relevance

/xnu-8020.121.3/osfmk/kern/ !
H A Dthread_call.c246 thread_call_get_group(thread_call_t call) in thread_call_get_group()
257 thread_call_get_flavor(thread_call_t call) in thread_call_get_flavor()
264 thread_call_set_flavor(thread_call_t call, thread_call_flavor_t flavor) in thread_call_set_flavor()
283 thread_call_t call, in thread_call_enqueue_tail()
313 thread_call_t call) in thread_call_dequeue()
340 thread_call_t call, in thread_call_enqueue_deadline()
391 thread_call_get_armed_deadline(thread_call_t call) in thread_call_get_armed_deadline()
538 thread_call_t call, in thread_call_setup_with_options()
582 thread_call_t call, in thread_call_setup()
623 thread_call_t call = qe_dequeue_head(&thread_call_internal_queue, in _internal_call_allocate() local
[all …]
H A Dtimer_call.c110 timer_call_t call; /* first/soonest longterm timer call */ member
252 timer_call_t call, in timer_call_setup()
272 timer_call_t call; in timer_call_alloc() local
281 timer_call_t call) in timer_call_free()
464 timer_call_t call, in timer_call_enqueue_deadline_unlocked()
528 timer_call_t call) in timer_call_dequeue_unlocked()
628 timer_call_t call, in timer_call_enter_internal()
720 timer_call_t call, in timer_call_enter()
729 timer_call_t call, in timer_call_enter1()
739 timer_call_t call, in timer_call_enter_with_leeway()
[all …]
H A Dthread.c2883 sched_call_t call) in thread_sched_call()
/xnu-8020.121.3/osfmk/tests/ !
H A Dtest_thread_call.c88 thread_call_t call; in test_once_thread_call() local
167 thread_call_t call; in test_signal_thread_call() local
/xnu-8020.121.3/osfmk/i386/ !
H A Dmp.c1220 mp_call_t call; in mp_cpus_call_action() local
2007 timer_call_t call = NULL; in grab_warm_timer_call() local
2021 free_warm_timer_call(timer_call_t call) in free_warm_timer_call()
2067 timer_call_t call; in ml_interrupt_prewarm() local
/xnu-8020.121.3/tools/lldbmacros/ !
H A Dscheduler.py1031 def ShowThreadCall(prefix, call, recent_timestamp, pqueue, is_pending=False): argument
/xnu-8020.121.3/bsd/nfs/ !
H A Dkrpc_subr.c226 struct rpc_call *call; in krpc_call() local
H A Dnfs_boot.c451 } *call; in bp_whoami() local
H A Dnfs_subs.c2340 nfs_interval_timer_start(thread_call_t call, time_t interval) in nfs_interval_timer_start()
/xnu-8020.121.3/bsd/netinet/ !
H A Dtcp_timer.h250 thread_call_t call; /* call entry */ member
/xnu-8020.121.3/bsd/kern/ !
H A Dkern_time.c605 thread_call_t call = p->p_rcall; in proc_free_realitimer() local
/xnu-8020.121.3/tests/ !
H A Dkqueue_file_tests.c193 init_action(action_t *act, int sleep, action_id_t call, int nargs, ...) in init_action()
/xnu-8020.121.3/bsd/dev/dtrace/ !
H A Ddtrace_glue.c281 struct timer_call call; member
/xnu-8020.121.3/bsd/sys/ !
H A Devent.h1112 #define filter_call(_ops, call) \ argument
/xnu-8020.121.3/bsd/pthread/ !
H A Dpthread_workqueue.c1757 thread_call_t call = wq->wq_delayed_call; in workq_schedule_delayed_thread_creation() local
/xnu-8020.121.3/bsd/net/ !
H A Dif_bridge.c3944 struct bridge_delayed_call *call = (struct bridge_delayed_call *)param; in bridge_delayed_callback() local
/xnu-8020.121.3/iokit/Kernel/ !
H A DIOUserServer.cpp5905 _IOUserServerCheckInCancellationHandler::call(IOUserServerCheckInToken * token) in call() function in _IOUserServerCheckInCancellationHandler