Home
last modified time | relevance | path

Searched refs:PyGILState_Release (Results 1 – 25 of 36) sorted by relevance

12

/external/python/cpython3/Modules/_ssl/
Ddebughelpers.c82 PyGILState_Release(threadstate); in _PySSL_msg_callback()
164 PyGILState_Release(threadstate); in _PySSL_keylog_callback()
/external/python/cffi/cffi/
D_embedding.h196 PyGILState_Release(state); in _cffi_initialize_python()
304 PyGILState_Release(state); in _cffi_carefully_make_gil()
/external/python/cpython3/Include/
Dpystate.h116 PyAPI_FUNC(void) PyGILState_Release(PyGILState_STATE);
/external/python/cpython3/Modules/
Dreadline.c898 PyGILState_Release(gilstate); in on_startup_hook()
913 PyGILState_Release(gilstate); in on_pre_input_hook()
956 PyGILState_Release(gilstate); in on_completion_display_matches_hook()
1011 PyGILState_Release(gilstate); in on_completion()
1061 PyGILState_Release(gilstate); in flex_complete()
D_tracemalloc.c835 PyGILState_Release(gil_state); in tracemalloc_raw_alloc()
883 PyGILState_Release(gil_state); in tracemalloc_raw_realloc()
1685 PyGILState_Release(gil_state); in PyTraceMalloc_Track()
D_ssl.c4475 PyGILState_Release(gstate); in _servername_callback()
4552 PyGILState_Release(gstate); in _servername_callback()
4559 PyGILState_Release(gstate); in _servername_callback()
/external/python/cpython3/Modules/_ctypes/
Dcallbacks.c287 PyGILState_Release(state); in _CallPythonObject()
501 PyGILState_Release(state); in DllGetClassObject()
555 PyGILState_Release(state); in DllCanUnloadNow()
/external/python/cpython2/Modules/_ctypes/
Dcallbacks.c365 PyGILState_Release(state); in _CallPythonObject()
588 PyGILState_Release(state); in DllGetClassObject()
646 PyGILState_Release(state); in DllCanUnloadNow()
/external/python/cpython3/Modules/_sqlite/
Dconnection.c624 PyGILState_Release(threadstate); in _pysqlite_func_callback()
684 PyGILState_Release(threadstate); in _pysqlite_step_callback()
742 PyGILState_Release(threadstate); in _pysqlite_final_callback()
936 PyGILState_Release(gilstate); in _authorizer_callback()
963 PyGILState_Release(gilstate); in _progress_handler()
992 PyGILState_Release(gilstate); in _trace_callback()
1417 PyGILState_Release(gilstate); in pysqlite_collation_callback()
/external/python/cpython2/Modules/_sqlite/
Dconnection.c687 PyGILState_Release(threadstate); in _pysqlite_func_callback()
751 PyGILState_Release(threadstate); in _pysqlite_step_callback()
795 PyGILState_Release(threadstate); in _pysqlite_final_callback()
958 PyGILState_Release(gilstate); in _authorizer_callback()
989 PyGILState_Release(gilstate); in _progress_handler()
1397 PyGILState_Release(gilstate); in pysqlite_collation_callback()
/external/python/cpython2/Include/
Dpystate.h170 PyAPI_FUNC(void) PyGILState_Release(PyGILState_STATE);
/external/python/cpython2/Modules/
Dreadline.c746 PyGILState_Release(gilstate); in on_hook()
817 PyGILState_Release(gilstate); in on_completion_display_matches_hook()
874 PyGILState_Release(gilstate); in on_completion()
D_ssl.c3232 PyGILState_Release(gstate); in _servername_callback()
3293 PyGILState_Release(gstate); in _servername_callback()
3302 PyGILState_Release(gstate); in _servername_callback()
D_testcapimodule.c1970 PyGILState_Release(s); in _make_call()
2370 PyGILState_Release(state); in temporary_c_thread()
/external/python/cffi/c/
Dmisc_thread_common.h370 PyGILState_Release(oldstate); in gil_release()
/external/python/cpython2/Modules/_multiprocessing/
Dsocket_connection.c36 PyGILState_Release(state); in check_signals()
/external/python/cpython2/Doc/c-api/
Dinit.rst451 The :c:func:`PyGILState_Ensure` and :c:func:`PyGILState_Release` functions do
463 PyGILState_Release(gstate);
612 matched with a call to :c:func:`PyGILState_Release`. In general, other
614 :c:func:`PyGILState_Release` calls as long as the thread state is restored to
621 :c:func:`PyGILState_Release` to ensure Python is left in the same state. Even
624 to :c:func:`PyGILState_Release`.
632 .. c:function:: void PyGILState_Release(PyGILState_STATE)
640 :c:func:`PyGILState_Release` on the same thread.
901 of matching :c:func:`PyGILState_Ensure` and :c:func:`PyGILState_Release` calls.
/external/python/pybind11/include/pybind11/detail/
Dinternals.h241 ~gil_scoped_acquire_local() { PyGILState_Release(state); } in get_internals()
/external/tensorflow/tensorflow/python/lib/core/
Dpy_func.cc357 PyGILState_Release(py_threadstate); in Compute()
/external/python/cpython3/Programs/
D_testembed.c80 PyGILState_Release(gilstate); in test_repeated_init_and_subinterpreters()
243 PyGILState_Release(state); in bpo20891_thread()
/external/python/cpython2/Python/
Dpystate.c638 PyGILState_Release(PyGILState_STATE oldstate) in PyGILState_Release() function
/external/python/cpython3/Doc/c-api/
Dinit.rst752 The :c:func:`PyGILState_Ensure` and :c:func:`PyGILState_Release` functions do
764 PyGILState_Release(gstate);
916 matched with a call to :c:func:`PyGILState_Release`. In general, other
918 :c:func:`PyGILState_Release` calls as long as the thread state is restored to
925 :c:func:`PyGILState_Release` to ensure Python is left in the same state. Even
928 to :c:func:`PyGILState_Release`.
940 .. c:function:: void PyGILState_Release(PyGILState_STATE)
948 :c:func:`PyGILState_Release` on the same thread.
1272 of matching :c:func:`PyGILState_Ensure` and :c:func:`PyGILState_Release` calls.
/external/python/cpython3/PC/
Dpython3.def275 PyGILState_Release=python38.PyGILState_Release
/external/python/cpython2/PC/os2emx/
Dpython27.def1031 "PyGILState_Release"
/external/python/cpython3/Python/
Dpystate.c1319 PyGILState_Release(PyGILState_STATE oldstate) in PyGILState_Release() function

12