Home
last modified time | relevance | path

Searched refs:tcl_tstate (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A D_tkinter.c238 In addition, for a threaded Tcl, a single global tcl_tstate won't
250 #define tcl_tstate \ macro
253 static PyThreadState *tcl_tstate = NULL; variable
260 tcl_tstate = tstate;
263 tcl_tstate = NULL; \
271 tcl_tstate = NULL; if(tcl_lock)PyThread_release_lock(tcl_lock); }
274 { PyThreadState *tstate = tcl_tstate; tcl_tstate = NULL; \
282 tcl_tstate = tstate; }
2742 tcl_tstate in _tkinter_tkapp_mainloop_impl()
[all...]

Completed in 4 milliseconds