Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/kern/
H A Dkern_stackshot.c3119 ca_event_t event_to_send = os_atomic_xchg(&rdar_126582377_event, NULL, relaxed); in kdp_stackshot_plh_record_locked() local
3120 if (event_to_send) { in kdp_stackshot_plh_record_locked()
3121 CA_EVENT_SEND(event_to_send); in kdp_stackshot_plh_record_locked()