Searched refs:PyThread_start_new_thread (Results 1 – 14 of 14) sorted by relevance
| /third_party/python/Include/ |
| D | pythread.h | 24 PyAPI_FUNC(unsigned long) PyThread_start_new_thread(void (*)(void *), void *);
|
| /third_party/python/Python/ |
| D | thread_nt.h | 188 PyThread_start_new_thread(void (*func)(void *), void *arg) in PyThread_start_new_thread() function
|
| D | thread_pthread.h | 253 PyThread_start_new_thread(void (*func)(void *), void *arg) in PyThread_start_new_thread() function
|
| /third_party/python/Modules/ |
| D | faulthandler.c | 770 if (PyThread_start_new_thread(faulthandler_thread, NULL) == PYTHREAD_INVALID_THREAD_ID) { in faulthandler_dump_traceback_later() 1090 thread = PyThread_start_new_thread(faulthandler_fatal_error_thread, lock); in faulthandler_fatal_error_c_thread()
|
| D | _threadmodule.c | 1160 unsigned long ident = PyThread_start_new_thread(thread_run, (void*) boot); in thread_PyThread_start_new_thread()
|
| D | _testcapimodule.c | 2899 PyThread_start_new_thread(_make_call_from_thread, fn); in test_thread_state() 2913 PyThread_start_new_thread(_make_call_from_thread, fn); in test_thread_state() 4392 thread = PyThread_start_new_thread(temporary_c_thread, &test_c_thread); in call_in_temporary_c_thread()
|
| /third_party/python/Doc/data/ |
| D | stable_abi.dat | 617 function,PyThread_start_new_thread,3.2,
|
| /third_party/python/PC/ |
| D | python3dll.c | 563 EXPORT_FUNC(PyThread_start_new_thread)
|
| /third_party/python/Programs/ |
| D | _testembed.c | 279 unsigned long thrd = PyThread_start_new_thread(bpo20891_thread, &lock); in test_bpo20891()
|
| /third_party/python/Misc/ |
| D | stable_abi.txt | 1737 function PyThread_start_new_thread
|
| D | HISTORY | 21289 - The Windows implementation of PyThread_start_new_thread() never 23994 - PyThread_start_new_thread() now returns a long int giving the thread
|
| /third_party/python/Doc/whatsnew/ |
| D | 3.7.rst | 1709 The type of results of :c:func:`PyThread_start_new_thread` and
|
| /third_party/python/Misc/NEWS.d/ |
| D | 3.7.0a1.rst | 6324 The type of results of PyThread_start_new_thread() and
|
| D | 3.8.0a1.rst | 7386 :c:func:`PyThread_start_new_thread`: add a function wrapper to always return
|