Searched defs:tcl_tstate (Results 1 – 2 of 2) sorted by relevance
250 #define tcl_tstate \ macro253 static PyThreadState *tcl_tstate = NULL; variable
204 #define tcl_tstate (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*))) macro206 static PyThreadState *tcl_tstate = NULL; variable