Searched defs:LEAVE_PYTHON (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
H A D_tkinter.c172 By contrast, ENTER_PYTHON and LEAVE_PYTHON are used in Tcl event
177 LEAVE_PYTHON releases the Python interpreter lock and re-acquires the lock
179 the code between ENTER_PYTHON and LEAVE_PYTHON.
226 #define LEAVE_PYTHON \ macro
244 #define LEAVE_PYTHON macro
1553 LEAVE_PYTHON
1569 LEAVE_PYTHON
1890 LEAVE_PYTHON
2428 LEAVE_PYTHON
2479 LEAVE_PYTHON
[all...]
/external/python/cpython3/Modules/
H A D_tkinter.c194 By contrast, ENTER_PYTHON and LEAVE_PYTHON are used in Tcl event
199 appropriate thread state, and LEAVE_PYTHON releases the Python
202 ENTER_PYTHON and LEAVE_PYTHON.
255 #define LEAVE_PYTHON \ macro
274 #define LEAVE_PYTHON macro
1466 LEAVE_PYTHON
1482 LEAVE_PYTHON
1793 LEAVE_PYTHON
2386 LEAVE_PYTHON
2438 LEAVE_PYTHON
[all...]

Completed in 167 milliseconds