Home
last modified time | relevance | path

Searched refs:PyGILState_Release (Results 1 – 25 of 31) 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()
297 PyGILState_Release(gstate); in TF_GetSupportedDevices()
371 PyGILState_Release(gstate); in TF_MeasureCosts()
421 PyGILState_Release(gstate); in TF_DeterminePeakMemoryUsage()
Ditem.i164 PyGILState_Release(gstate); in TF_GetOpProperties()
297 PyGILState_Release(gstate); in TF_GetColocationGroups()
/external/python/cpython3/Modules/_sqlite/
Dconnection.c625 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/
Dreadline.c905 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.c863 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.c3755 PyGILState_Release(gstate); in _servername_callback()
3826 PyGILState_Release(gstate); in _servername_callback()
3835 PyGILState_Release(gstate); in _servername_callback()
D_testcapimodule.c2231 PyGILState_Release(s); in _make_call()
3508 PyGILState_Release(state); in temporary_c_thread()
/external/python/cpython3/Modules/_ctypes/
Dcallbacks.c285 PyGILState_Release(state); in _CallPythonObject()
508 PyGILState_Release(state); in DllGetClassObject()
566 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/Programs/
D_testembed.c67 PyGILState_Release(gilstate); in test_repeated_init_and_subinterpreters()
/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/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_testcapimodule.c1873 PyGILState_Release(s); in _make_call()
2272 PyGILState_Release(state); in temporary_c_thread()
D_ssl.c3137 PyGILState_Release(gstate); in _servername_callback()
3198 PyGILState_Release(gstate); in _servername_callback()
3207 PyGILState_Release(gstate); in _servername_callback()
/external/python/cpython2/Include/
Dpystate.h170 PyAPI_FUNC(void) PyGILState_Release(PyGILState_STATE);
/external/python/cpython3/Include/
Dpystate.h255 PyAPI_FUNC(void) PyGILState_Release(PyGILState_STATE);
/external/python/cpython2/Modules/_multiprocessing/
Dsocket_connection.c36 PyGILState_Release(state); in check_signals()
/external/python/cpython3/Doc/c-api/
Dinit.rst533 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/
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/cpython2/Python/
Dpystate.c622 PyGILState_Release(PyGILState_STATE oldstate) in PyGILState_Release() function
/external/tensorflow/tensorflow/python/lib/core/
Dpy_func.cc475 PyGILState_Release(py_threadstate); in Compute()
/external/python/cpython3/PC/
Dpython3.def275 PyGILState_Release=python36.PyGILState_Release
/external/python/cpython3/Python/
Dpystate.c860 PyGILState_Release(PyGILState_STATE oldstate) in PyGILState_Release() function
/external/python/cpython2/PC/os2emx/
Dpython27.def1031 "PyGILState_Release"
/external/python/cpython3/Objects/
Dobject.c446 PyGILState_Release(gil); in _PyObject_Dump()

12