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/ |
| D | pythread.h | 13 PyAPI_FUNC(long) PyThread_start_new_thread(void (*)(void *), void *);
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
| D | pythread.h | 13 PyAPI_FUNC(long) PyThread_start_new_thread(void (*)(void *), void *);
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
| D | thread_foobar.h | 14 PyThread_start_new_thread(void (*func)(void *), void *arg) in PyThread_start_new_thread() function
|
| D | thread_cthread.h | 30 PyThread_start_new_thread(void (*func)(void *), void *arg) in PyThread_start_new_thread() function
|
| D | thread_wince.h | 25 long PyThread_start_new_thread(void (*func)(void *), void *arg) in PyThread_start_new_thread() function
|
| D | thread_solaris.h | 39 PyThread_start_new_thread(void (*func)(void *), void *arg) in PyThread_start_new_thread() function
|
| D | thread_lwp.h | 29 long PyThread_start_new_thread(void (*func)(void *), void *arg) in PyThread_start_new_thread() function
|
| D | thread_pth.h | 52 long PyThread_start_new_thread(void (*func)(void *), void *arg) in PyThread_start_new_thread() function
|
| D | thread_os2.h | 36 PyThread_start_new_thread(void (*func)(void *), void *arg) in PyThread_start_new_thread() function
|
| D | thread_beos.h | 115 long PyThread_start_new_thread( void (*func)(void *), void *arg ) in PyThread_start_new_thread() function
|
| D | thread_atheos.h | 99 long PyThread_start_new_thread(void (*func) (void *), void *arg) in PyThread_start_new_thread() function
|
| D | thread_nt.h | 127 PyThread_start_new_thread(void (*func)(void *), void *arg) in PyThread_start_new_thread() function
|
| D | thread_sgi.h | 112 long PyThread_start_new_thread(void (*func)(void *), void *arg) in PyThread_start_new_thread() function
|
| D | thread_pthread.h | 160 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/ |
| D | threadmodule.c | 685 ident = PyThread_start_new_thread(t_bootstrap, (void*) boot); in thread_PyThread_start_new_thread()
|
| D | _testcapimodule.c | 1323 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()
|