Searched refs:zombie_next (Results 1 – 1 of 1) sorted by relevance
76 struct thread_canary_s *zombie_prev, *zombie_next; member90 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()[all …]