Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_thread.c554 struct thread *ztd; in thread_zombie() local
557 ztd = atomic_load_ptr(&tdd->tdd_zombies); in thread_zombie()
559 td->td_zombie = ztd; in thread_zombie()
561 (uintptr_t *)&ztd, (uintptr_t)td)) in thread_zombie()