feat/support_fiber #6
@ -30,8 +30,8 @@ class CondVarTest : public ::testing::Test {
|
|||||||
protected:
|
protected:
|
||||||
Mutex *m;
|
Mutex *m;
|
||||||
CondVar *cv;
|
CondVar *cv;
|
||||||
bool is_set;
|
volatile bool is_set;
|
||||||
bool is_timeout;
|
volatile bool is_timeout;
|
||||||
std::thread *worker;
|
std::thread *worker;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user