Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dthreadmodule.c762 thread_get_ident(PyObject *self) in thread_get_ident() function
873 {"get_ident", (PyCFunction)thread_get_ident,
/external/python/cpython3/Modules/
D_threadmodule.c1181 thread_get_ident(PyObject *self, PyObject *Py_UNUSED(ignored)) in thread_get_ident() function
1509 {"get_ident", thread_get_ident,