Home | History | Annotate | Download | only in Modules

Lines Matching refs:main_thread

74    thread is not the main_thread, send the signal to the main_thread.

80 static long main_thread;
189 if (PyThread_get_thread_ident() != main_thread) {
190 pth_raise(*(pth_t *) main_thread, sig_num);
294 if (PyThread_get_thread_ident() != main_thread) {
404 if (PyThread_get_thread_ident() != main_thread) {
570 main_thread = PyThread_get_thread_ident();
894 if (PyThread_get_thread_ident() != main_thread)
966 if (PyThread_get_thread_ident() != main_thread)
981 main_thread = PyThread_get_thread_ident();