/external/python/cpython3/Modules/_ssl/ |
D | debughelpers.c | 82 PyGILState_Release(threadstate); in _PySSL_msg_callback() 164 PyGILState_Release(threadstate); in _PySSL_keylog_callback()
|
/external/python/cffi/cffi/ |
D | _embedding.h | 196 PyGILState_Release(state); in _cffi_initialize_python() 304 PyGILState_Release(state); in _cffi_carefully_make_gil()
|
/external/python/cpython3/Include/ |
D | pystate.h | 116 PyAPI_FUNC(void) PyGILState_Release(PyGILState_STATE);
|
/external/python/cpython3/Modules/ |
D | readline.c | 898 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.c | 835 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.c | 4475 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/ |
D | callbacks.c | 287 PyGILState_Release(state); in _CallPythonObject() 501 PyGILState_Release(state); in DllGetClassObject() 555 PyGILState_Release(state); in DllCanUnloadNow()
|
/external/python/cpython2/Modules/_ctypes/ |
D | callbacks.c | 365 PyGILState_Release(state); in _CallPythonObject() 588 PyGILState_Release(state); in DllGetClassObject() 646 PyGILState_Release(state); in DllCanUnloadNow()
|
/external/python/cpython3/Modules/_sqlite/ |
D | connection.c | 624 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/ |
D | connection.c | 687 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/ |
D | pystate.h | 170 PyAPI_FUNC(void) PyGILState_Release(PyGILState_STATE);
|
/external/python/cpython2/Modules/ |
D | readline.c | 746 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.c | 3232 PyGILState_Release(gstate); in _servername_callback() 3293 PyGILState_Release(gstate); in _servername_callback() 3302 PyGILState_Release(gstate); in _servername_callback()
|
D | _testcapimodule.c | 1970 PyGILState_Release(s); in _make_call() 2370 PyGILState_Release(state); in temporary_c_thread()
|
/external/python/cffi/c/ |
D | misc_thread_common.h | 370 PyGILState_Release(oldstate); in gil_release()
|
/external/python/cpython2/Modules/_multiprocessing/ |
D | socket_connection.c | 36 PyGILState_Release(state); in check_signals()
|
/external/python/cpython2/Doc/c-api/ |
D | init.rst | 451 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/ |
D | internals.h | 241 ~gil_scoped_acquire_local() { PyGILState_Release(state); } in get_internals()
|
/external/tensorflow/tensorflow/python/lib/core/ |
D | py_func.cc | 357 PyGILState_Release(py_threadstate); in Compute()
|
/external/python/cpython3/Programs/ |
D | _testembed.c | 80 PyGILState_Release(gilstate); in test_repeated_init_and_subinterpreters() 243 PyGILState_Release(state); in bpo20891_thread()
|
/external/python/cpython2/Python/ |
D | pystate.c | 638 PyGILState_Release(PyGILState_STATE oldstate) in PyGILState_Release() function
|
/external/python/cpython3/Doc/c-api/ |
D | init.rst | 752 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/ |
D | python3.def | 275 PyGILState_Release=python38.PyGILState_Release
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 1031 "PyGILState_Release"
|
/external/python/cpython3/Python/ |
D | pystate.c | 1319 PyGILState_Release(PyGILState_STATE oldstate) in PyGILState_Release() function
|