Home
last modified time | relevance | path

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

/external/python/cffi/c/
Dmisc_thread_common.h76 struct thread_canary_s *zombie_prev, *zombie_next; member
89 p = ob->zombie_prev; in _thread_canary_detach_with_lock()
92 n->zombie_prev = p; in _thread_canary_detach_with_lock()
93 ob->zombie_prev = NULL; in _thread_canary_detach_with_lock()
134 last = cffi_zombie_head.zombie_prev; in thread_canary_make_zombie()
136 ob->zombie_prev = last; in thread_canary_make_zombie()
138 cffi_zombie_head.zombie_prev = ob; in thread_canary_make_zombie()
197 canary->zombie_prev = NULL; in thread_canary_register()
248 cffi_zombie_head.zombie_prev = &cffi_zombie_head; in init_cffi_tls_zombie()