Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dthreadmodule.c609 t_bootstrap(void *boot_raw) in t_bootstrap() argument
611 struct bootstate *boot = (struct bootstate *) boot_raw; in t_bootstrap()
646 PyMem_DEL(boot_raw); in t_bootstrap()
/external/python/cpython3/Modules/
D_threadmodule.c983 t_bootstrap(void *boot_raw) in t_bootstrap() argument
985 struct bootstate *boot = (struct bootstate *) boot_raw; in t_bootstrap()
1019 PyMem_DEL(boot_raw); in t_bootstrap()