Searched refs:ith_sself (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dipc_tt.c432 thread->ith_sself = ipc_port_make_send(kport);
471 if (IP_VALID(thread->ith_sself))
472 ipc_port_release_send(thread->ith_sself);
474 thread->ith_sself = thread->ith_self = IP_NULL;
529 old_sself = thread->ith_sself;
530 thread->ith_sself = ipc_port_make_send(new_kport);
622 if ((port = thread->ith_sself) == thread->ith_self) {
745 whichp = &thread->ith_sself;
794 whichp = &thread->ith_sself;
H A Dthread.h345 struct ipc_port *ith_sself; /* a send right */ member in struct:thread

Completed in 29 milliseconds