Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_testcapimodule.c1978 _make_call_from_thread(void *callable) in _make_call_from_thread() function
2007 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()
/external/python/cpython3/Modules/
D_testcapimodule.c2361 _make_call_from_thread(void *callable) in _make_call_from_thread() function
2390 PyThread_start_new_thread(_make_call_from_thread, fn); in test_thread_state()
2404 PyThread_start_new_thread(_make_call_from_thread, fn); in test_thread_state()