/external/tensorflow/tensorflow/python/grappler/ |
D | cluster.i | 160 PyGILState_Release(gstate); in TF_NewVirtualCluster() 168 PyGILState_Release(gstate); in TF_ShutdownCluster() 205 PyGILState_Release(gstate); in TF_ListDevices() 297 PyGILState_Release(gstate); in TF_GetSupportedDevices() 371 PyGILState_Release(gstate); in TF_MeasureCosts() 421 PyGILState_Release(gstate); in TF_DeterminePeakMemoryUsage()
|
D | item.i | 164 PyGILState_Release(gstate); in TF_GetOpProperties() 297 PyGILState_Release(gstate); in TF_GetColocationGroups()
|
/external/python/cpython3/Modules/_sqlite/ |
D | connection.c | 625 PyGILState_Release(threadstate); in _pysqlite_func_callback() 689 PyGILState_Release(threadstate); in _pysqlite_step_callback() 751 PyGILState_Release(threadstate); in _pysqlite_final_callback() 922 PyGILState_Release(gilstate); in _authorizer_callback() 953 PyGILState_Release(gilstate); in _progress_handler() 986 PyGILState_Release(gilstate); in _trace_callback() 1414 PyGILState_Release(gilstate); in pysqlite_collation_callback()
|
/external/python/cpython3/Modules/ |
D | readline.c | 905 PyGILState_Release(gilstate); in on_startup_hook() 924 PyGILState_Release(gilstate); in on_pre_input_hook() 972 PyGILState_Release(gilstate); in on_completion_display_matches_hook() 1031 PyGILState_Release(gilstate); in on_completion() 1085 PyGILState_Release(gilstate); in flex_complete()
|
D | _tracemalloc.c | 863 PyGILState_Release(gil_state); in tracemalloc_raw_alloc() 917 PyGILState_Release(gil_state); in tracemalloc_raw_realloc() 1787 PyGILState_Release(gil_state); in _PyTraceMalloc_Track()
|
D | _ssl.c | 3755 PyGILState_Release(gstate); in _servername_callback() 3826 PyGILState_Release(gstate); in _servername_callback() 3835 PyGILState_Release(gstate); in _servername_callback()
|
D | _testcapimodule.c | 2231 PyGILState_Release(s); in _make_call() 3508 PyGILState_Release(state); in temporary_c_thread()
|
/external/python/cpython3/Modules/_ctypes/ |
D | callbacks.c | 285 PyGILState_Release(state); in _CallPythonObject() 508 PyGILState_Release(state); in DllGetClassObject() 566 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/Programs/ |
D | _testembed.c | 67 PyGILState_Release(gilstate); in test_repeated_init_and_subinterpreters()
|
/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/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 | _testcapimodule.c | 1873 PyGILState_Release(s); in _make_call() 2272 PyGILState_Release(state); in temporary_c_thread()
|
D | _ssl.c | 3137 PyGILState_Release(gstate); in _servername_callback() 3198 PyGILState_Release(gstate); in _servername_callback() 3207 PyGILState_Release(gstate); in _servername_callback()
|
/external/python/cpython2/Include/ |
D | pystate.h | 170 PyAPI_FUNC(void) PyGILState_Release(PyGILState_STATE);
|
/external/python/cpython3/Include/ |
D | pystate.h | 255 PyAPI_FUNC(void) PyGILState_Release(PyGILState_STATE);
|
/external/python/cpython2/Modules/_multiprocessing/ |
D | socket_connection.c | 36 PyGILState_Release(state); in check_signals()
|
/external/python/cpython3/Doc/c-api/ |
D | init.rst | 533 The :c:func:`PyGILState_Ensure` and :c:func:`PyGILState_Release` functions do 545 PyGILState_Release(gstate); 691 matched with a call to :c:func:`PyGILState_Release`. In general, other 693 :c:func:`PyGILState_Release` calls as long as the thread state is restored to 700 :c:func:`PyGILState_Release` to ensure Python is left in the same state. Even 703 to :c:func:`PyGILState_Release`. 709 .. c:function:: void PyGILState_Release(PyGILState_STATE) 717 :c:func:`PyGILState_Release` on the same thread. 984 of matching :c:func:`PyGILState_Ensure` and :c:func:`PyGILState_Release` calls.
|
/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/cpython2/Python/ |
D | pystate.c | 622 PyGILState_Release(PyGILState_STATE oldstate) in PyGILState_Release() function
|
/external/tensorflow/tensorflow/python/lib/core/ |
D | py_func.cc | 475 PyGILState_Release(py_threadstate); in Compute()
|
/external/python/cpython3/PC/ |
D | python3.def | 275 PyGILState_Release=python36.PyGILState_Release
|
/external/python/cpython3/Python/ |
D | pystate.c | 860 PyGILState_Release(PyGILState_STATE oldstate) in PyGILState_Release() function
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 1031 "PyGILState_Release"
|
/external/python/cpython3/Objects/ |
D | object.c | 446 PyGILState_Release(gil); in _PyObject_Dump()
|