Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_thread.c136 struct thread *tdd_zombies; member
557 ztd = atomic_load_ptr(&tdd->tdd_zombies); in thread_zombie()
560 if (atomic_fcmpset_rel_ptr((uintptr_t *)&tdd->tdd_zombies, in thread_zombie()
594 if (tdd->tdd_zombies == NULL) in thread_reap_domain()
597 itd = (struct thread *)atomic_swap_ptr((uintptr_t *)&tdd->tdd_zombies, in thread_reap_domain()
698 if (tdd->tdd_zombies != NULL && in thread_reap_callout_cb()