Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RW locking: Add a pair of re-entrant functions for readers
In some cases, the same lock_start_read() function could be reached multiple times in a nested fashion, e.g. after running a callback which returns the control flow to the same module through an API call done by the module which installed the callback.
- Loading branch information