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 395ad28 commit 4a14db5Copy full SHA for 4a14db5
rtos/ConditionVariable.h
@@ -318,7 +318,6 @@ class ConditionVariable : private mbed::NonCopyable<ConditionVariable> {
318
bool in_list;
319
};
320
321
-private:
322
static void _add_wait_list(Waiter **wait_list, Waiter *waiter);
323
static void _remove_wait_list(Waiter **wait_list, Waiter *waiter);
324
Mutex &_mutex;
0 commit comments