Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dthreadmodule.c785 thread__count(PyObject *self) in thread__count() function
875 {"_count", (PyCFunction)thread__count,
/external/python/cpython3/Modules/
D_threadmodule.c1219 thread__count(PyObject *self, PyObject *Py_UNUSED(ignored)) in thread__count() function
1515 {"_count", thread__count,