Home
last modified time | relevance | path

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

/NextBSD/sys/sys/mach/ipc/
HDipc_thread.h100 (thread)->ith_prev = (thread); \
120 assert((thread)->ith_prev == (thread)); \
123 register ipc_thread_t _prev = (thread)->ith_prev; \
126 _next->ith_prev = _prev; \
139 assert((thread)->ith_prev == (thread)); \
141 register ipc_thread_t _last = _first->ith_prev; \
144 (thread)->ith_prev = _last; \
145 _first->ith_prev = (thread); \
/NextBSD/sys/compat/mach/ipc/
HDipc_thread.c130 prev = thread->ith_prev; in ipc_thread_rmqueue()
141 next->ith_prev = prev; in ipc_thread_rmqueue()
/NextBSD/sys/sys/mach/
HDthread.h36 struct thread_shuttle *ith_next, *ith_prev, *ith_pool_next; member
192 struct thread_shuttle *ith_next, *ith_prev;
517 struct thread_shuttle *ith_next, *ith_prev;