Make variables that are private in ConditionVariable.h, protected

Paritally reverts docs PR 8511
pull/8552/head
Cruz Monrreal II 2018-10-26 13:03:56 -05:00
parent e8728148ac
commit 3da861808b
1 changed files with 0 additions and 1 deletions

View File

@ -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;