Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dthread_call.h43 struct thread_call;
44 typedef struct thread_call *thread_call_t;
374 struct thread_call { struct
396 typedef struct thread_call thread_call_data_t; argument
H A Dthread_call.c159 struct thread_call * thc_call; /* debug only, may be deallocated */
567 *call = (struct thread_call) { in thread_call_setup_with_options()
646 struct thread_call, tc_qlink); in _internal_call_allocate()
837 …thread_call_t call = priority_queue_min(&group->delayed_pqueues[flavor], struct thread_call, tc_pq… in _arm_delayed_call_timer()
1360 call == priority_queue_min(&group->delayed_pqueues[flavor], struct thread_call, tc_pqlink)) { in thread_call_cancel_locked()
1741 struct thread_call, tc_qlink); in thread_call_thread()
2009 struct thread_call, tc_pqlink)) != NULL) { in thread_call_delayed_timer()
H A Dmpsc_queue.h522 struct thread_call *mpd_call;
H A DMakefile93 thread_call.h \
H A Dsmr_hash.h1170 struct thread_call *smrsh_callout;
H A Dtelemetry.c212 static struct thread_call *telemetry_ca_send_callout;
/xnu-11215.1.10/osfmk/arm64/
H A Dbti_telemetry.c152 static struct thread_call *drain_record_submission_buffer_callout;
/xnu-11215.1.10/bsd/sys/
H A Devent_private.h460 struct thread_call *XNU_PTRAUTH_SIGNED_PTR("knote.thcall") kn_thcall;
/xnu-11215.1.10/osfmk/conf/
H A DMakefile.template352 thread_call.o_CWARNFLAGS_ADD += -Wno-sign-conversion
H A Dfiles203 osfmk/kern/thread_call.c standard