Searched refs:PyEval_SaveThread (Results 1 – 25 of 28) sorted by relevance
12
117 PyAPI_FUNC(PyThreadState *) PyEval_SaveThread(void);132 _save = PyEval_SaveThread();134 #define Py_UNBLOCK_THREADS _save = PyEval_SaveThread();
190 PyAPI_FUNC(PyThreadState *) PyEval_SaveThread(void);215 _save = PyEval_SaveThread();217 #define Py_UNBLOCK_THREADS _save = PyEval_SaveThread();
81 PyEval_SaveThread(); in my_fgets()139 PyEval_SaveThread(); in _PyOS_WindowsConsoleReadline()197 PyEval_SaveThread(); in _PyOS_WindowsConsoleReadline()
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()
25 do { if (_ssl_locks_count>0) { (save) = PyEval_SaveThread(); } } while (0)
123 indata->state = PyEval_SaveThread(); in nis_foreach()131 indata->state = PyEval_SaveThread(); in nis_foreach()220 data.state = PyEval_SaveThread(); in nis_cat()
1220 PyEval_SaveThread(); in readline_until_enter_or_signal()
252 { PyThreadState *tstate = PyEval_SaveThread(); \3344 PyEval_SaveThread(); in EventHook()
27 do { if (_ssl_locks_count>0) { (save) = PyEval_SaveThread(); } } while (0)
29 *p_tstate = PyEval_SaveThread(); in autoGILCallback()
88 PyEval_SaveThread(); in my_fgets()
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`
699 _save = PyEval_SaveThread();705 single: PyEval_SaveThread()813 single: PyEval_SaveThread()819 calling :c:func:`PyEval_SaveThread` or :c:func:`PyEval_RestoreThread`.843 .. c:function:: PyThreadState* PyEval_SaveThread()945 This macro expands to ``{ PyThreadState *_save; _save = PyEval_SaveThread();``.967 This macro expands to ``_save = PyEval_SaveThread();``: it is equivalent to1070 :c:func:`PyEval_SaveThread` is a higher-level function which is always1091 :c:func:`PyEval_SaveThread` or :c:func:`PyEval_ReleaseThread`
672 PyEval_SaveThread(); in PyGILState_Release()
308 PyThreadState *tstate = PyEval_SaveThread(); in _PyImport_AcquireLock()
182 PyEval_SaveThread=python37.PyEval_SaveThread
1122 PyEval_SaveThread(); in PyGILState_Release()
172 PyThreadState *tstate = PyEval_SaveThread(); in _PyImport_AcquireLock()
850 "PyEval_SaveThread"
376 PyEval_SaveThread:PyThreadState*:::
765 PyEval_SaveThread:PyThreadState*:::