Searched refs:old_stateCnt (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/libsyscall/mach/
H A Dexc_catcher_state.c51 mach_msg_type_number_t old_stateCnt,
65 return (*exc_raise_state_func)(exception_port, exception, code, codeCnt, flavor, old_state, old_stateCnt, new_state, new_stateCnt);
68 return catch_exception_raise_state(exception_port, exception, code, codeCnt, flavor, old_state, old_stateCnt, new_state, new_stateCnt);
44 internal_catch_exception_raise_state( mach_port_t exception_port, exception_type_t exception, exception_data_t code, mach_msg_type_number_t codeCnt, int *flavor, thread_state_t old_state, mach_msg_type_number_t old_stateCnt, thread_state_t new_state, mach_msg_type_number_t *new_stateCnt) argument
H A Dexc_catcher_state_identity.c53 mach_msg_type_number_t old_stateCnt,
67 return (*exc_raise_state_identity_func)(exception_port, thread, task, exception, code, codeCnt, flavor, old_state, old_stateCnt, new_state, new_stateCnt);
70 return catch_exception_raise_state_identity(exception_port, thread, task, exception, code, codeCnt, flavor, old_state, old_stateCnt, new_state, new_stateCnt);
44 internal_catch_exception_raise_state_identity( mach_port_t exception_port, mach_port_t thread, mach_port_t task, exception_type_t exception, exception_data_t code, mach_msg_type_number_t codeCnt, int *flavor, thread_state_t old_state, mach_msg_type_number_t old_stateCnt, thread_state_t new_state, mach_msg_type_number_t *new_stateCnt) argument
/darwin-on-arm/xnu/bsd/uxkern/
H A Dux_exception.c364 __unused mach_msg_type_number_t old_stateCnt,
379 __unused mach_msg_type_number_t old_stateCnt,
396 __unused mach_msg_type_number_t old_stateCnt,
413 __unused mach_msg_type_number_t old_stateCnt,
357 catch_exception_raise_state( __unused mach_port_t exception_port, __unused exception_type_t exception, __unused const exception_data_t code, __unused mach_msg_type_number_t codeCnt, __unused int *flavor, __unused const thread_state_t old_state, __unused mach_msg_type_number_t old_stateCnt, __unused thread_state_t new_state, __unused mach_msg_type_number_t *new_stateCnt) argument
372 catch_mach_exception_raise_state( __unused mach_port_t exception_port, __unused exception_type_t exception, __unused const mach_exception_data_t code, __unused mach_msg_type_number_t codeCnt, __unused int *flavor, __unused const thread_state_t old_state, __unused mach_msg_type_number_t old_stateCnt, __unused thread_state_t new_state, __unused mach_msg_type_number_t *new_stateCnt) argument
387 catch_exception_raise_state_identity( __unused mach_port_t exception_port, __unused mach_port_t thread, __unused mach_port_t task, __unused exception_type_t exception, __unused exception_data_t code, __unused mach_msg_type_number_t codeCnt, __unused int *flavor, __unused thread_state_t old_state, __unused mach_msg_type_number_t old_stateCnt, __unused thread_state_t new_state, __unused mach_msg_type_number_t *new_stateCnt) argument
404 catch_mach_exception_raise_state_identity( __unused mach_port_t exception_port, __unused mach_port_t thread, __unused mach_port_t task, __unused exception_type_t exception, __unused mach_exception_data_t code, __unused mach_msg_type_number_t codeCnt, __unused int *flavor, __unused thread_state_t old_state, __unused mach_msg_type_number_t old_stateCnt, __unused thread_state_t new_state, __unused mach_msg_type_number_t *new_stateCnt) argument
/darwin-on-arm/xnu/osfmk/mach/arm/
H A Dthread_act.h67 mach_msg_type_number_t *old_stateCnt
95 mach_msg_type_number_t *old_stateCnt
414 mach_msg_type_number_t old_stateCnt; member in struct:__anon1178
441 mach_msg_type_number_t old_stateCnt; member in struct:__anon1180
780 mach_msg_type_number_t old_stateCnt; member in struct:__anon1203
806 mach_msg_type_number_t old_stateCnt; member in struct:__anon1205
H A Dtask.h510 mach_msg_type_number_t *old_stateCnt
996 mach_msg_type_number_t old_stateCnt; member in struct:__anon1139
1519 mach_msg_type_number_t old_stateCnt; member in struct:__anon1174

Completed in 75 milliseconds