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
throwcondition_variable_exception("The value specified by abstime is invalid.", rc);
245
+
throwcondition_variable_exception("The value specified by abstime is invalid.", rc);// NOSONAR we use throw instead of return.
246
246
break;
247
247
248
248
case EPERM:
249
-
throwcondition_variable_exception("The mutex was not owned by the current thread at the time of the call.", rc);
249
+
throwcondition_variable_exception("The mutex was not owned by the current thread at the time of the call.", rc);// NOSONAR we use throw instead of return.
/** start running the `run()` method in a new thread.
@@ -294,9 +296,9 @@ namespace pthread {
294
296
* @param destructor_joins_first if true then destructor tries to wait for all registered threads to join the calling one before deleting thread instances.
0 commit comments