Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/python/grappler/
Dcluster.i160 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()
Ditem.i139 PyGILState_Release(gstate); in TF_IdentifyImportantOps()
169 PyGILState_Release(gstate); in TF_GetOpProperties()
301 PyGILState_Release(gstate); in TF_GetColocationGroups()
/external/python/cpython3/Modules/
Dreadline.c901 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.c855 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.c4296 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/
Dcallbacks.c282 PyGILState_Release(state); in _CallPythonObject()
496 PyGILState_Release(state); in DllGetClassObject()
550 PyGILState_Release(state); in DllCanUnloadNow()
/external/python/cpython3/Modules/_sqlite/
Dconnection.c628 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/
Dcallbacks.c365 PyGILState_Release(state); in _CallPythonObject()
588 PyGILState_Release(state); in DllGetClassObject()
646 PyGILState_Release(state); in DllCanUnloadNow()
/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/cpython3/Programs/
D_testembed.c70 PyGILState_Release(gilstate); in test_repeated_init_and_subinterpreters()
230 PyGILState_Release(state); in bpo20891_thread()
/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/cpython2/Modules/_multiprocessing/
Dsocket_connection.c36 PyGILState_Release(state); in check_signals()
/external/python/cpython3/Include/
Dpystate.h407 PyAPI_FUNC(void) PyGILState_Release(PyGILState_STATE);
/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/cpython3/Doc/c-api/
Dinit.rst744 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/
Dpystate.c638 PyGILState_Release(PyGILState_STATE oldstate) in PyGILState_Release() function
/external/tensorflow/tensorflow/python/lib/core/
Dpy_func.cc530 PyGILState_Release(py_threadstate); in Compute()
/external/python/cpython3/PC/
Dpython3.def274 PyGILState_Release=python37.PyGILState_Release
/external/python/cpython3/Python/
Dpystate.c1088 PyGILState_Release(PyGILState_STATE oldstate) in PyGILState_Release() function
/external/python/cpython2/PC/os2emx/
Dpython27.def1031 "PyGILState_Release"
/external/python/cpython3/Objects/
Dobject.c468 PyGILState_Release(gil); in _PyObject_Dump()
/external/python/cpython2/Objects/
Dobject.c349 PyGILState_Release(gil); in _PyObject_Dump()

12