Home
last modified time | relevance | path

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

/xnu-11215/osfmk/ipc/
H A Dipc_mqueue.c299 th->ith_state = MACH_RCV_TOO_LARGE; in ipc_mqueue_add_locked()
316 th->ith_state = MACH_MSG_SUCCESS; in ipc_mqueue_add_locked()
788 receiver->ith_state = MACH_MSG_SUCCESS; in ipc_mqueue_post()
855 self->ith_state = MACH_RCV_TIMED_OUT; in ipc_mqueue_receive_results()
859 self->ith_state = MACH_RCV_INTERRUPTED; in ipc_mqueue_receive_results()
864 self->ith_state = MACH_RCV_PORT_CHANGED; in ipc_mqueue_receive_results()
872 switch (self->ith_state) { in ipc_mqueue_receive_results()
1067 thread->ith_state = MACH_RCV_TIMED_OUT; in ipc_mqueue_receive_on_thread_and_unlock()
1182 thread->ith_state = MACH_PEEK_READY; in ipc_mqueue_peek_on_thread_locked()
1240 thread->ith_state = mr; in ipc_mqueue_select_on_thread_locked()
[all …]
H A Dmach_msg.c292 mach_msg_return_t mr = self->ith_state; in mach_msg_receive_results()
395 if (current_thread()->ith_state == MACH_PEEK_READY) { in mach_msg_receive_continue()
1136 …if (!((self->ith_state == MACH_RCV_TOO_LARGE && self->ith_option & MACH_RCV_LARGE) || //ms… in mach_msg_receive_results_complete()
1137 self->ith_state == MACH_RCV_INTERRUPTED || in mach_msg_receive_results_complete()
1138 self->ith_state == MACH_RCV_TIMED_OUT || in mach_msg_receive_results_complete()
1140 self->ith_state == MACH_PEEK_READY || in mach_msg_receive_results_complete()
1142 self->ith_state == MACH_RCV_PORT_CHANGED)) { in mach_msg_receive_results_complete()
H A Dflipc.c429 if (thread->ith_state == MACH_PEEK_READY) { in flipc_msg_to_remote_node()
434 thread->ith_state); in flipc_msg_to_remote_node()
H A Dipc_pset.c1068 if (wresult == THREAD_RESTART || self->ith_state == MACH_RCV_TIMED_OUT) { in filt_machportprocess()
1075 assert(self->ith_state != MACH_RCV_IN_PROGRESS); in filt_machportprocess()
1083 assert(self->ith_state == MACH_RCV_TOO_LARGE); in filt_machportprocess()
/xnu-11215/osfmk/kern/
H A Dipc_mig.c467 mr = self->ith_state; in kernel_mach_msg_rpc_common()
H A Dthread.h1055 #define ith_state saved.receive.state macro