Searched refs:PyEval_SaveThread (Results 1 – 25 of 38) sorted by relevance
12
93 PyEval_SaveThread(); in my_fgets()154 PyEval_SaveThread(); in _PyOS_WindowsConsoleReadline()176 PyEval_SaveThread(); in _PyOS_WindowsConsoleReadline()185 PyEval_SaveThread(); in _PyOS_WindowsConsoleReadline()200 PyEval_SaveThread(); in _PyOS_WindowsConsoleReadline()213 PyEval_SaveThread(); in _PyOS_WindowsConsoleReadline()231 PyEval_SaveThread(); in _PyOS_WindowsConsoleReadline()269 PyEval_SaveThread(); in PyOS_StdioReadline()307 PyEval_SaveThread(); in PyOS_StdioReadline()315 PyEval_SaveThread(); in PyOS_StdioReadline()[all …]
128 PyAPI_FUNC(PyThreadState *) PyEval_SaveThread(void);144 _save = PyEval_SaveThread();146 #define Py_UNBLOCK_THREADS _save = PyEval_SaveThread();
117 PyAPI_FUNC(PyThreadState *) PyEval_SaveThread(void);132 _save = PyEval_SaveThread();134 #define Py_UNBLOCK_THREADS _save = PyEval_SaveThread();
127 indata->state = PyEval_SaveThread(); in nis_foreach()135 indata->state = PyEval_SaveThread(); in nis_foreach()213 data.state = PyEval_SaveThread(); in nis_cat()
1060 PyEval_SaveThread(); in readline_until_enter_or_signal()
227 { PyThreadState *tstate = PyEval_SaveThread(); \3594 PyEval_SaveThread(); in EventHook()
154 indata->state = PyEval_SaveThread(); in nis_foreach()162 indata->state = PyEval_SaveThread(); in nis_foreach()260 data.state = PyEval_SaveThread(); in nis_cat()
1358 PyEval_SaveThread(); in readline_until_enter_or_signal()
280 { PyThreadState *tstate = PyEval_SaveThread(); \3230 PyEval_SaveThread(); in EventHook()
406 _save = PyEval_SaveThread();412 single: PyEval_SaveThread()520 single: PyEval_SaveThread()527 :c:func:`PyEval_SaveThread` or :c:func:`PyEval_RestoreThread`.565 .. c:function:: PyThreadState* PyEval_SaveThread()661 This macro expands to ``{ PyThreadState *_save; _save = PyEval_SaveThread();``.684 This macro expands to ``_save = PyEval_SaveThread();``: it is equivalent to782 :c:func:`PyEval_SaveThread` is a higher-level function which is always804 :c:func:`PyEval_SaveThread` or :c:func:`PyEval_ReleaseThread`
29 *p_tstate = PyEval_SaveThread(); in autoGILCallback()
88 PyEval_SaveThread(); in my_fgets()
121 save = PyEval_SaveThread(); in STRINGLIB()
226 gtstate = PyEval_SaveThread(); /* Release the thread state */ in init_python()
170 PyEval_SaveThread
791 _save = PyEval_SaveThread();797 single: PyEval_SaveThread()926 single: PyEval_SaveThread()960 .. c:function:: PyThreadState* PyEval_SaveThread()1067 This macro expands to ``{ PyThreadState *_save; _save = PyEval_SaveThread();``.1089 This macro expands to ``_save = PyEval_SaveThread();``: it is equivalent to1327 :c:func:`PyEval_SaveThread` is a higher-level function which is always1360 :c:func:`PyEval_SaveThread` or :c:func:`PyEval_ReleaseThread`
672 PyEval_SaveThread(); in PyGILState_Release()
850 "PyEval_SaveThread"
256 EXPORT_FUNC(PyEval_SaveThread)
196 function,PyEval_SaveThread,3.2,,
1762 PyEval_SaveThread(); in PyGILState_Release()