11-17-2016, 11:36 PM
(This post was last modified: 11-17-2016, 11:47 PM by Seadragon91.)
@xoft Looking at the description of std::recursive_mutex::lock(), it can throw three errors:
- A deadlock was detected (implementations may detect certain cases of deadlock).
- The thread does not have privileges to perform the operation.
- The native handle type manipulated is already locked.