Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/python/
H A Dpy-breakpoint.c831 PyGILState_Release (state); in gdbpy_breakpoint_created()
856 PyGILState_Release (state); in gdbpy_breakpoint_deleted()
H A Dpython-internal.h101 #define PyGILState_Release(ARG) ((void)(ARG)) macro
H A Dpython.c133 PyGILState_Release (env->state); in restore_python_env()