Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dthreadmodule.c856 static PyMethodDef thread_methods[] = { variable
914 m = Py_InitModule3("thread", thread_methods, thread_doc); in initthread()