We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff97665 commit 7385518Copy full SHA for 7385518
erpc_c/port/erpc_threading.h
@@ -478,7 +478,7 @@ class Semaphore
478
* @param[in] timeoutUsecs Time how long can wait for getting semaphore in [us].
479
*
480
* @retval true When semaphore got successfully.
481
- * @retval false When mutex didn't get.
+ * @retval false When failed getting semaphore or if timeout expired.
482
*/
483
bool get(uint32_t timeoutUsecs = kWaitForever);
484
0 commit comments