Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dthreadmodule.c609 t_bootstrap(void *boot_raw) in t_bootstrap() function
694 ident = PyThread_start_new_thread(t_bootstrap, (void*) boot); in thread_PyThread_start_new_thread()
/external/python/cpython3/Modules/
D_threadmodule.c983 t_bootstrap(void *boot_raw) in t_bootstrap() function
1067 ident = PyThread_start_new_thread(t_bootstrap, (void*) boot); in thread_PyThread_start_new_thread()