Searched refs:PythonThread (Results 1 – 3 of 3) sorted by relevance
43 void PythonThread(void *);80 if (-1 == (python_tid = _beginthread(PythonThread, NULL, 1024 * 1024, &args))) in main()103 void PythonThread(void *argl) in PythonThread() function
24 found class def PythonThread
160 pt = PythonThread(code, self)169 class PythonThread(Thread):