/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() 224 PyGILState_Release(gstate); in TF_ListAvailableOps() 304 PyGILState_Release(gstate); in TF_GetSupportedDevices() 379 PyGILState_Release(gstate); in TF_MeasureCosts() 429 PyGILState_Release(gstate); in TF_DeterminePeakMemoryUsage()
|
D | item.i | 139 PyGILState_Release(gstate); in TF_IdentifyImportantOps() 169 PyGILState_Release(gstate); in TF_GetOpProperties() 301 PyGILState_Release(gstate); in TF_GetColocationGroups()
|
/external/python/cpython3/Modules/ |
D | readline.c | 901 PyGILState_Release(gilstate); in on_startup_hook() 916 PyGILState_Release(gilstate); in on_pre_input_hook() 959 PyGILState_Release(gilstate); in on_completion_display_matches_hook() 1014 PyGILState_Release(gilstate); in on_completion() 1064 PyGILState_Release(gilstate); in flex_complete()
|
D | _tracemalloc.c | 855 PyGILState_Release(gil_state); in tracemalloc_raw_alloc() 903 PyGILState_Release(gil_state); in tracemalloc_raw_realloc() 1701 PyGILState_Release(gil_state); in PyTraceMalloc_Track()
|
D | _ssl.c | 4296 PyGILState_Release(gstate); in _servername_callback() 4373 PyGILState_Release(gstate); in _servername_callback() 4380 PyGILState_Release(gstate); in _servername_callback()
|
/external/python/cpython3/Modules/_ctypes/ |
D | callbacks.c | 282 PyGILState_Release(state); in _CallPythonObject() 496 PyGILState_Release(state); in DllGetClassObject() 550 PyGILState_Release(state); in DllCanUnloadNow()
|
/external/python/cpython3/Modules/_sqlite/ |
D | connection.c | 628 PyGILState_Release(threadstate); in _pysqlite_func_callback() 688 PyGILState_Release(threadstate); in _pysqlite_step_callback() 746 PyGILState_Release(threadstate); in _pysqlite_final_callback() 908 PyGILState_Release(gilstate); in _authorizer_callback() 935 PyGILState_Release(gilstate); in _progress_handler() 964 PyGILState_Release(gilstate); in _trace_callback() 1387 PyGILState_Release(gilstate); in pysqlite_collation_callback()
|
/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/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/cpython3/Programs/ |
D | _testembed.c | 70 PyGILState_Release(gilstate); in test_repeated_init_and_subinterpreters() 230 PyGILState_Release(state); in bpo20891_thread()
|
/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/cpython2/Modules/_multiprocessing/ |
D | socket_connection.c | 36 PyGILState_Release(state); in check_signals()
|
/external/python/cpython3/Include/ |
D | pystate.h | 407 PyAPI_FUNC(void) PyGILState_Release(PyGILState_STATE);
|
/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/cpython3/Doc/c-api/ |
D | init.rst | 744 The :c:func:`PyGILState_Ensure` and :c:func:`PyGILState_Release` functions do 756 PyGILState_Release(gstate); 888 matched with a call to :c:func:`PyGILState_Release`. In general, other 890 :c:func:`PyGILState_Release` calls as long as the thread state is restored to 897 :c:func:`PyGILState_Release` to ensure Python is left in the same state. Even 900 to :c:func:`PyGILState_Release`. 906 .. c:function:: void PyGILState_Release(PyGILState_STATE) 914 :c:func:`PyGILState_Release` on the same thread. 1190 of matching :c:func:`PyGILState_Ensure` and :c:func:`PyGILState_Release` calls.
|
/external/python/cpython2/Python/ |
D | pystate.c | 638 PyGILState_Release(PyGILState_STATE oldstate) in PyGILState_Release() function
|
/external/tensorflow/tensorflow/python/lib/core/ |
D | py_func.cc | 530 PyGILState_Release(py_threadstate); in Compute()
|
/external/python/cpython3/PC/ |
D | python3.def | 274 PyGILState_Release=python37.PyGILState_Release
|
/external/python/cpython3/Python/ |
D | pystate.c | 1088 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 | 468 PyGILState_Release(gil); in _PyObject_Dump()
|
/external/python/cpython2/Objects/ |
D | object.c | 349 PyGILState_Release(gil); in _PyObject_Dump()
|