Home
last modified time | relevance | path

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

/aosp_15_r20/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()
/aosp_15_r20/external/python/cpython3/Modules/
D_testcapimodule.c4517 temporary_c_thread(void *data) in temporary_c_thread() function
4571 thread = PyThread_start_new_thread(temporary_c_thread, &test_c_thread); in call_in_temporary_c_thread()