Home
last modified time | relevance | path

Searched refs:thread_methods (Results 1 – 2 of 2) 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()
/external/python/cpython3/Modules/
D_threadmodule.c1289 static PyMethodDef thread_methods[] = { variable
1339 thread_methods,