Searched refs:PyEval_SaveThread (Results 1 – 25 of 37) sorted by relevance
12
92 PyEval_SaveThread(); in my_fgets()153 PyEval_SaveThread(); in _PyOS_WindowsConsoleReadline()175 PyEval_SaveThread(); in _PyOS_WindowsConsoleReadline()184 PyEval_SaveThread(); in _PyOS_WindowsConsoleReadline()199 PyEval_SaveThread(); in _PyOS_WindowsConsoleReadline()212 PyEval_SaveThread(); in _PyOS_WindowsConsoleReadline()230 PyEval_SaveThread(); in _PyOS_WindowsConsoleReadline()268 PyEval_SaveThread(); in PyOS_StdioReadline()306 PyEval_SaveThread(); in PyOS_StdioReadline()314 PyEval_SaveThread(); in PyOS_StdioReadline()[all …]
118 PyAPI_FUNC(PyThreadState *) PyEval_SaveThread(void);134 _save = PyEval_SaveThread();136 #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()
153 indata->state = PyEval_SaveThread(); in nis_foreach()161 indata->state = PyEval_SaveThread(); in nis_foreach()259 data.state = PyEval_SaveThread(); in nis_cat()
1356 PyEval_SaveThread(); in readline_until_enter_or_signal()
272 { PyThreadState *tstate = PyEval_SaveThread(); \3431 PyEval_SaveThread(); in EventHook()
29 *p_tstate = PyEval_SaveThread(); in autoGILCallback()
88 PyEval_SaveThread(); in my_fgets()
121 save = PyEval_SaveThread(); in STRINGLIB()
337 PyEval_SaveThread(); /* release the GIL */ in _cffi_carefully_make_gil()
226 gtstate = PyEval_SaveThread(); /* Release the thread state */ in init_python()
170 PyEval_SaveThread
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`
672 PyEval_SaveThread(); in PyGILState_Release()
744 _save = PyEval_SaveThread();750 single: PyEval_SaveThread()879 single: PyEval_SaveThread()913 .. c:function:: PyThreadState* PyEval_SaveThread()1020 This macro expands to ``{ PyThreadState *_save; _save = PyEval_SaveThread();``.1042 This macro expands to ``_save = PyEval_SaveThread();``: it is equivalent to1257 :c:func:`PyEval_SaveThread` is a higher-level function which is always1290 :c:func:`PyEval_SaveThread` or :c:func:`PyEval_ReleaseThread`
2186 PyEval_SaveThread();2201 tstate = PyEval_SaveThread();2245 gil_scoped_release() { state = PyEval_SaveThread(); }
850 "PyEval_SaveThread"
250 EXPORT_FUNC(PyEval_SaveThread)
186 function,PyEval_SaveThread,3.2,
1573 PyEval_SaveThread(); in PyGILState_Release()
135 PyThreadState *tstate = PyEval_SaveThread(); in _PyImport_AcquireLock()
610 function PyEval_SaveThread