HomeSort by: relevance | last modified time | path
    Searched defs:gil (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/unbound/dist/pythonmod/
pythonmod.c 301 PyGILState_STATE gil; local
397 gil = PyGILState_Ensure();
602 PyGILState_Release(gil);
615 PyGILState_Release(gil);
630 PyGILState_STATE gil = PyGILState_Ensure(); local
648 PyGILState_Release(gil);
668 PyGILState_STATE gil = PyGILState_Ensure(); local
695 PyGILState_Release(gil);
704 PyGILState_STATE gil = PyGILState_Ensure(); local
712 PyGILState_Release(gil);
756 PyGILState_STATE gil = PyGILState_Ensure(); local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/python/
python.c 292 gdbpy_gil gil;
1054 calculation. We take care here to re-acquire the GIL here
1116 gdbpy_gil gil;
1122 gdbpy_gil gil;
1141 care to only destroy the reference when holding the GIL. */
2502 required to initialize the GIL. */
2571 /* Release the GIL while gdb runs. */
1113 gdbpy_gil gil; local
1119 gdbpy_gil gil; local
  /src/external/gpl3/gdb.old/dist/gdb/python/
python.c 285 gdbpy_gil gil;
1055 calculation. We take care here to re-acquire the GIL here
1117 gdbpy_gil gil;
1123 gdbpy_gil gil;
1142 care to only destroy the reference when holding the GIL. */
2291 required to initialize the GIL. */
2360 /* Release the GIL while gdb runs. */
1114 gdbpy_gil gil; local
1120 gdbpy_gil gil; local

Completed in 19 milliseconds