Searched refs:tp_chain (Results 1 – 3 of 3) sorted by relevance
258 for (tp = nst_pending; tp; tp = tp->tp_chain) { in nst_thread_run()386 ASSERT(tp->tp_chain == NULL); in nst_thread_destroy()464 tp->tp_chain = nst_pending; in nst_thread_create()496 for (tpp = &nst_pending; (*tpp); tpp = &((*tpp)->tp_chain)) { in nst_thread_create()498 *tpp = tp->tp_chain; in nst_thread_create()499 tp->tp_chain = NULL; in nst_thread_create()545 tp->tp_chain = set->set_chain; in nst_thread_create()690 for (tp = set->set_chain; tp; tp = tp->tp_chain) in nst_destroy()705 ntp = tp->tp_chain; in nst_destroy()706 tp->tp_chain = 0; in nst_destroy()[all …]
70 struct nsthread *tp_chain; /* Link in chain of threads in set */ member
600 thread + OFFSETOF(nsthread_t, tp_chain)) == -1) { in nsthread_wstep()1760 tp->tp_set, tp->tp_chain); in nsthread()