Home
last modified time | relevance | path

Searched refs:allow_release_gil (Results 1 – 6 of 6) sorted by relevance

/dports/math/py-gmpy2/gmpy2-2.1.1/src/
H A Dgmpy2_context.c85 result->ctx.allow_release_gil = 0; in GMPy_CTXT_New()
410 PyTuple_SET_ITEM(tuple, i++, PyBool_FromLong(self->ctx.allow_release_gil)); in GMPy_CTXT_Repr_Slot()
509 &ctxt->ctx.allow_release_gil))) { in _parse_context_args()
959 GETSET_BOOLEAN(allow_release_gil) in GETSET_BOOLEAN()
1231 ADD_GETSET(allow_release_gil),
H A Dgmpy2_context.h77 #define GET_THREAD_MODE(c) (c->ctx.allow_release_gil)
H A Dgmpy2.h174 int allow_release_gil; /* if 1, allow mpz functions to release the GIL */ member
/dports/math/py-gmpy2/gmpy2-2.1.1/gmpy2/
H A Dgmpy2.h174 int allow_release_gil; /* if 1, allow mpz functions to release the GIL */ member
/dports/math/py-gmpy2/gmpy2-2.1.1/docs/
H A Dhistory.rst26 see context.allow_release_gil.
H A Dmpfr.rst65 allow_release_gil=False)