Lines Matching refs:zombie_next
76 struct thread_canary_s *zombie_prev, *zombie_next; member
90 n = ob->zombie_next; in _thread_canary_detach_with_lock()
91 p->zombie_next = n; in _thread_canary_detach_with_lock()
94 ob->zombie_next = NULL; in _thread_canary_detach_with_lock()
106 if (ob->zombie_next != NULL) { in thread_canary_dealloc()
132 if (ob->zombie_next) in thread_canary_make_zombie()
135 ob->zombie_next = &cffi_zombie_head; in thread_canary_make_zombie()
137 last->zombie_next = ob; in thread_canary_make_zombie()
145 if (cffi_zombie_head.zombie_next == &cffi_zombie_head) in thread_canary_free_zombies()
153 ob = cffi_zombie_head.zombie_next; in thread_canary_free_zombies()
198 canary->zombie_next = NULL; in thread_canary_register()
247 cffi_zombie_head.zombie_next = &cffi_zombie_head; in init_cffi_tls_zombie()