Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_threading_local.py205 _testcapi.call_in_temporary_c_thread(lambda: None, False)
Dtest_threading.py850 _testcapi.call_in_temporary_c_thread(callback)
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_threading.py757 _testcapi.call_in_temporary_c_thread(callback)
/aosp_15_r20/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,
/aosp_15_r20/external/python/cpython3/Modules/
D_testcapimodule.c4547 call_in_temporary_c_thread(PyObject *self, PyObject *args) in call_in_temporary_c_thread() function
6627 {"call_in_temporary_c_thread", call_in_temporary_c_thread, METH_VARARGS,