Searched refs:thread_methods (Results 1 – 3 of 3) sorted by relevance
856 static PyMethodDef thread_methods[] = { variable914 m = Py_InitModule3("thread", thread_methods, thread_doc); in initthread()
1549 static PyMethodDef thread_methods[] = { variable1701 .m_methods = thread_methods,
667 Modules/_threadmodule.c - thread_methods -