Home
last modified time | relevance | path

Searched refs:PyEval_ReleaseLock (Results 1 – 16 of 16) sorted by relevance

/external/python/cpython2/Include/
Dceval.h125 PyAPI_FUNC(void) PyEval_ReleaseLock(void);
/external/python/cpython3/Include/
Dceval.h186 PyAPI_FUNC(void) PyEval_ReleaseLock(void);
/external/python/cpython2/Demo/pysvr/
Dpysvr.c338 PyEval_ReleaseLock(); in run_interpreter()
/external/python/cpython2/PC/os2vacpp/
Dpython.def167 PyEval_ReleaseLock
/external/python/cpython2/Python/
Dpystate.c321 PyEval_ReleaseLock(); in PyThreadState_DeleteCurrent()
Dceval.c265 PyEval_ReleaseLock(void) in PyEval_ReleaseLock() function
/external/python/cpython3/PC/
Dpython3.def179 PyEval_ReleaseLock=python36.PyEval_ReleaseLock
/external/python/cpython2/Doc/c-api/
Dinit.rst20 single: PyEval_ReleaseLock()
35 :c:func:`PyEval_ReleaseLock`, and :c:func:`PyEval_AcquireLock`. This initializes
518 single: PyEval_ReleaseLock()
525 operations such as :c:func:`PyEval_ReleaseLock` or
798 .. c:function:: void PyEval_ReleaseLock()
/external/python/cpython3/Python/
Dpystate.c466 PyEval_ReleaseLock(); in PyThreadState_DeleteCurrent()
Dceval.c257 PyEval_ReleaseLock(void) in PyEval_ReleaseLock() function
/external/python/cpython2/PC/os2emx/
Dpython27.def855 "PyEval_ReleaseLock"
/external/python/cpython2/Doc/data/
Drefcounts.dat368 PyEval_ReleaseLock:void:::
/external/python/cpython3/Doc/data/
Drefcounts.dat374 PyEval_ReleaseLock:void:::
/external/python/cpython3/Doc/c-api/
Dinit.rst879 .. c:function:: void PyEval_ReleaseLock()
/external/python/cpython3/Doc/whatsnew/
D3.2.rst2724 :c:func:`PyEval_ReleaseLock()` have been officially deprecated. The
/external/python/cpython3/Misc/
DHISTORY10998 PyEval_ReleaseLock(). The thread-state aware APIs should be used instead.