Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dthreadmodule.c603 t_bootstrap(void *boot_raw) in t_bootstrap() function
685 ident = PyThread_start_new_thread(t_bootstrap, (void*) boot); in thread_PyThread_start_new_thread()