Home
last modified time | relevance | path

Searched refs:_save (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Include/
H A Dceval.h143 PyThreadState *_save; \
144 _save = PyEval_SaveThread();
145 #define Py_BLOCK_THREADS PyEval_RestoreThread(_save);
146 #define Py_UNBLOCK_THREADS _save = PyEval_SaveThread();
147 #define Py_END_ALLOW_THREADS PyEval_RestoreThread(_save); \
/third_party/python/Modules/_multiprocessing/
H A Dsemaphore.c233 # define sem_timedwait(sem,deadline) sem_timedwait_save(sem,deadline,_save)
236 sem_timedwait_save(sem_t *sem, struct timespec *deadline, PyThreadState *_save) in sem_timedwait_save() argument
/third_party/libunwind/libunwind/doc/
H A Dlibunwind.tex54 \Type{int} \Func{unw\_get\_save\_loc}(\Type{unw\_cursor\_t~*}, \Type{int}, \Type{unw\_save\_loc\_t~*});\\
H A Dlibunwind-dynamic.tex366 \_U\_dyn\_op\_save\_reg();
/third_party/python/Modules/_ctypes/
H A Dcallproc.c810 PyThreadState *_save = NULL; /* For Py_BLOCK_THREADS and Py_UNBLOCK_THREADS */ in _call_function_pointer() local
/third_party/python/Modules/
H A D_ssl.c41 PyThreadState *_save = NULL; \
42 PySSL_BEGIN_ALLOW_THREADS_S(_save);
43 #define PySSL_END_ALLOW_THREADS PySSL_END_ALLOW_THREADS_S(_save); }

Completed in 13 milliseconds