Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Define GilScopedAcquire and GilScopedRelease.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 22 Jan 2020 20:40:58 +0000 (21:40 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 24 Jan 2020 20:45:42 +0000 (21:45 +0100)
commit25412b94ffd9e7a2ff825f03310d9feaf2a9b2e9
treef12183c696fa67518d51946413462e15d364a6b2
parentbbc62efc17e06ff3abdd5834cd402cd46485e831
Define GilScopedAcquire and GilScopedRelease.

They have the same purpose as py::gil_scoped_acquire and py::gil_scoped_release.

The main difference is that we avoid to use thread-local storage (TLS).
src/bindings/python/simgrid_python.cpp