Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_testcapimodule.c1962 _make_call(void *callable) in _make_call() function
1980 _make_call(callable); in _make_call_from_thread()
2009 success &= _make_call(fn); in test_thread_state()
2012 success &= _make_call(fn); in test_thread_state()
2022 success &= _make_call(fn); in test_thread_state()
/external/python/cpython3/Modules/
D_testcapimodule.c2345 _make_call(void *callable) in _make_call() function
2363 _make_call(callable); in _make_call_from_thread()
2392 success &= _make_call(fn); in test_thread_state()
2395 success &= _make_call(fn); in test_thread_state()
2405 success &= _make_call(fn); in test_thread_state()