Home
last modified time | relevance | path

Searched refs:thread_call (Results 1 – 8 of 8) sorted by relevance

/xnu-8020.101.4/osfmk/kern/
H A Dthread_call.h43 struct thread_call;
44 typedef struct thread_call *thread_call_t;
372 struct thread_call { struct
394 typedef struct thread_call thread_call_data_t; argument
H A Dthread_call.c156 struct thread_call * thc_call; /* debug only, may be deallocated */
546 *call = (struct thread_call) { in thread_call_setup_with_options()
624 struct thread_call, tc_qlink); in _internal_call_allocate()
813 …thread_call_t call = priority_queue_min(&group->delayed_pqueues[flavor], struct thread_call, tc_pq… in _arm_delayed_call_timer()
1304 call == priority_queue_min(&group->delayed_pqueues[flavor], struct thread_call, tc_pqlink)) { in thread_call_cancel_locked()
1665 struct thread_call, tc_qlink); in thread_call_thread()
1915 struct thread_call, tc_pqlink)) != NULL) { in thread_call_delayed_timer()
H A DMakefile90 thread_call.h \
H A Dmpsc_queue.h522 struct thread_call *mpd_call;
/xnu-8020.101.4/san/memory/
H A Dubsan_minimal.c89 static struct thread_call *ubsan_minimal_callout;
/xnu-8020.101.4/bsd/sys/
H A Devent.h760 struct thread_call *kn_thcall;
/xnu-8020.101.4/osfmk/conf/
H A Dfiles192 osfmk/kern/thread_call.c standard
H A DMakefile.template333 thread_call.o_CWARNFLAGS_ADD += -Wno-sign-conversion