Skip to content
Snippets Groups Projects
Commit 888558e8 authored by Axel Naumann's avatar Axel Naumann
Browse files

Introduce R__LOCKGUARD_CLING:

When locking an interpreter function we need to inform TCling, such that it
can keep track of the topmost function and its lock state. Once user code
execution happens, the lock state will be rewound to that state.

All interpreter-related functions must thus use R__LOCKGUARD_CLING, not R__LOCKGUARD.
parent 09194cf1
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment