Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/python/cpython2/Include/
Dpythread.h13 PyAPI_FUNC(long) PyThread_start_new_thread(void (*)(void *), void *);
/aosp_15_r20/external/python/cpython2/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_atheos.h99 long 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_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.h161 PyThread_start_new_thread(void (*func)(void *), void *arg) in PyThread_start_new_thread() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dpythread.h19 PyAPI_FUNC(unsigned long) PyThread_start_new_thread(void (*)(void *), void *);
/aosp_15_r20/external/python/cpython3/Include/
Dpythread.h19 PyAPI_FUNC(unsigned long) PyThread_start_new_thread(void (*)(void *), void *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dpythread.h19 PyAPI_FUNC(unsigned long) PyThread_start_new_thread(void (*)(void *), void *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dpythread.h19 PyAPI_FUNC(unsigned long) PyThread_start_new_thread(void (*)(void *), void *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dpythread.h19 PyAPI_FUNC(unsigned long) PyThread_start_new_thread(void (*)(void *), void *);
/aosp_15_r20/external/python/cpython3/Modules/
Dfaulthandler.c789 if (PyThread_start_new_thread(faulthandler_thread, NULL) == PYTHREAD_INVALID_THREAD_ID) { in faulthandler_dump_traceback_later()
1109 thread = PyThread_start_new_thread(faulthandler_fatal_error_thread, lock); in faulthandler_fatal_error_c_thread()
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/
Dpython.def394 PyThread_start_new_thread
/aosp_15_r20/external/python/cpython3/Python/
Dthread_nt.h185 PyThread_start_new_thread(void (*func)(void *), void *arg) in PyThread_start_new_thread() function
Dthread_pthread.h246 PyThread_start_new_thread(void (*func)(void *), void *arg) in PyThread_start_new_thread() function
/aosp_15_r20/external/python/cpython2/Modules/
D_testcapimodule.c2007 PyThread_start_new_thread(_make_call_from_thread, fn); in test_thread_state()
2021 PyThread_start_new_thread(_make_call_from_thread, fn); in test_thread_state()
2400 thread = PyThread_start_new_thread(temporary_c_thread, &test_c_thread); in call_in_temporary_c_thread()
Dthreadmodule.c694 ident = PyThread_start_new_thread(t_bootstrap, (void*) boot); in thread_PyThread_start_new_thread()
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def1163 "PyThread_start_new_thread"

12