You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently using recursive mutexes due to historical double locks (see #948). Could use more efficient fast mutexes after confirming all recursive locks have been removed.
Describe the solution you'd like
Survey for recursive locks, remove any remaining, and transition to fast mutexes.
Is your feature request related to a problem? Please describe.
Currently using recursive mutexes due to historical double locks (see #948). Could use more efficient fast mutexes after confirming all recursive locks have been removed.
Describe the solution you'd like
Survey for recursive locks, remove any remaining, and transition to fast mutexes.
Describe alternatives you've considered
None
Additional context
#948 was solved by #1092
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: