Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_testcapimodule.c2348 temporary_c_thread(void *data) in temporary_c_thread() function
2400 thread = PyThread_start_new_thread(temporary_c_thread, &test_c_thread); in call_in_temporary_c_thread()
/external/python/cpython3/Modules/
D_testcapimodule.c3754 temporary_c_thread(void *data) in temporary_c_thread() function
3806 thread = PyThread_start_new_thread(temporary_c_thread, &test_c_thread); in call_in_temporary_c_thread()