Home
last modified time | relevance | path

Searched defs:tcl_tstate (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython3/Modules/
D_tkinter.c250 #define tcl_tstate \ macro
253 static PyThreadState *tcl_tstate = NULL; variable
/aosp_15_r20/external/python/cpython2/Modules/
D_tkinter.c204 #define tcl_tstate (*(PyThreadState**)Tcl_GetThreadData(&state_key, sizeof(PyThreadState*))) macro
206 static PyThreadState *tcl_tstate = NULL; variable