mirror of https://github.com/ARMmbed/mbed-os.git
Make variables that are private in ConditionVariable.h, protected
Paritally reverts docs PR 8511pull/8552/head
parent
e8728148ac
commit
3da861808b
|
@ -318,7 +318,6 @@ protected:
|
|||
bool in_list;
|
||||
};
|
||||
|
||||
private:
|
||||
static void _add_wait_list(Waiter **wait_list, Waiter *waiter);
|
||||
static void _remove_wait_list(Waiter **wait_list, Waiter *waiter);
|
||||
Mutex &_mutex;
|
||||
|
|
Loading…
Reference in New Issue