Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpythread.h13 PyAPI_FUNC(long) PyThread_start_new_thread(void (*)(void *), void *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpythread.h13 PyAPI_FUNC(long) PyThread_start_new_thread(void (*)(void *), void *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dthread_foobar.h14 PyThread_start_new_thread(void (*func)(void *), void *arg) in PyThread_start_new_thread() function
Dthread_cthread.h30 PyThread_start_new_thread(void (*func)(void *), void *arg) in PyThread_start_new_thread() function
Dthread_wince.h25 long PyThread_start_new_thread(void (*func)(void *), void *arg) in PyThread_start_new_thread() function
Dthread_solaris.h39 PyThread_start_new_thread(void (*func)(void *), void *arg) in PyThread_start_new_thread() function
Dthread_lwp.h29 long PyThread_start_new_thread(void (*func)(void *), void *arg) in PyThread_start_new_thread() function
Dthread_pth.h52 long PyThread_start_new_thread(void (*func)(void *), void *arg) in PyThread_start_new_thread() function
Dthread_os2.h36 PyThread_start_new_thread(void (*func)(void *), void *arg) in PyThread_start_new_thread() function
Dthread_beos.h115 long PyThread_start_new_thread( void (*func)(void *), void *arg ) in PyThread_start_new_thread() function
Dthread_atheos.h99 long PyThread_start_new_thread(void (*func) (void *), void *arg) in PyThread_start_new_thread() function
Dthread_nt.h127 PyThread_start_new_thread(void (*func)(void *), void *arg) in PyThread_start_new_thread() function
Dthread_sgi.h112 long PyThread_start_new_thread(void (*func)(void *), void *arg) in PyThread_start_new_thread() function
Dthread_pthread.h160 PyThread_start_new_thread(void (*func)(void *), void *arg) in PyThread_start_new_thread() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dthreadmodule.c685 ident = PyThread_start_new_thread(t_bootstrap, (void*) boot); in thread_PyThread_start_new_thread()
D_testcapimodule.c1323 PyThread_start_new_thread(_make_call_from_thread, fn); in test_thread_state()
1337 PyThread_start_new_thread(_make_call_from_thread, fn); in test_thread_state()