Home
last modified time | relevance | path

Searched refs:call_in_temporary_c_thread (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_threading.py757 _testcapi.call_in_temporary_c_thread(callback)
/external/python/cpython3/Lib/test/
Dtest_threading.py690 _testcapi.call_in_temporary_c_thread(callback)
/external/python/cpython2/Modules/
D_testcapimodule.c2378 call_in_temporary_c_thread(PyObject *self, PyObject *callback) in call_in_temporary_c_thread() function
2767 {"call_in_temporary_c_thread", call_in_temporary_c_thread, METH_O,
/external/python/cpython3/Modules/
D_testcapimodule.c3784 call_in_temporary_c_thread(PyObject *self, PyObject *callback) in call_in_temporary_c_thread() function
4755 {"call_in_temporary_c_thread", call_in_temporary_c_thread, METH_O,