Home
last modified time | relevance | path

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

/xnu-11215/osfmk/ipc/
H A Dipc_port.c1107 boolean_t top = (self->ith_assertions == 0); in ipc_port_destroy()
1149 self->ith_assertions = assertcnt; in ipc_port_destroy()
1240 self->ith_assertions = 0; in ipc_port_destroy()
1247 self->ith_assertions = 0; in ipc_port_destroy()
/xnu-11215/osfmk/kern/
H A Dthread.h752 natural_t ith_assertions; /* assertions pending drop */ member
H A Dipc_tt.c861 thread->ith_assertions = 0; in ipc_thread_init()
1093 assert(thread->ith_assertions == 0); in ipc_thread_terminate()