File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ class Thread : private mbed::NonCopyable<Thread> {
246
246
247
247
/* * Set the specified Thread Flags for the thread.
248
248
@param signals specifies the signal flags of the thread that should be set.
249
- @return previous signal flags of the specified thread or osFlagsError in case of incorrect parameters.
249
+ @return signal flags after setting or osFlagsError in case of incorrect parameters.
250
250
*/
251
251
int32_t signal_set (int32_t signals);
252
252
@@ -305,7 +305,7 @@ class Thread : private mbed::NonCopyable<Thread> {
305
305
306
306
/* * Clears the specified Thread Flags of the currently running thread.
307
307
@param signals specifies the signal flags of the thread that should be cleared.
308
- @return resultant signal flags of the specified thread or osFlagsError in case of incorrect parameters.
308
+ @return signal flags before clearing or osFlagsError in case of incorrect parameters.
309
309
*/
310
310
static int32_t signal_clr (int32_t signals);
311
311
You can’t perform that action at this time.
0 commit comments