Home
last modified time | relevance | path

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

/external/python/cffi/c/
Dmisc_thread_common.h82 static ThreadCanaryObj cffi_zombie_head; variable
134 last = cffi_zombie_head.zombie_prev; in thread_canary_make_zombie()
135 ob->zombie_next = &cffi_zombie_head; in thread_canary_make_zombie()
138 cffi_zombie_head.zombie_prev = 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()
154 if (ob != &cffi_zombie_head) { in thread_canary_free_zombies()
247 cffi_zombie_head.zombie_next = &cffi_zombie_head; in init_cffi_tls_zombie()
248 cffi_zombie_head.zombie_prev = &cffi_zombie_head; in init_cffi_tls_zombie()