Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/ !
H A Dexception.c296 thread_state_data_t old_state; in exception_deliver()
312 new_state = (thread_state_t)kalloc_data(sizeof(thread_state_data_t), Z_WAITOK | Z_ZERO); in exception_deliver()
417 thread_state_data_t old_state; in exception_deliver()
454 new_state = (thread_state_t)kalloc_data(sizeof(thread_state_data_t), Z_WAITOK | Z_ZERO); in exception_deliver()
489 thread_state_data_t old_state; in exception_deliver()
523 new_state = (thread_state_t)kalloc_data(sizeof(thread_state_data_t), Z_WAITOK | Z_ZERO); in exception_deliver()
591 kfree_data(new_state, sizeof(thread_state_data_t)); in exception_deliver()
/xnu-12377.81.4/osfmk/mach/ !
H A Dthread_status.h86 typedef natural_t thread_state_data_t[THREAD_STATE_MAX]; typedef