Searched defs:cond_predicate (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/libs/thread/test/ |
D | test_condition.cpp | 42 struct cond_predicate struct 44 cond_predicate(int& var, int val) : _var(var), _val(val) { } in cond_predicate() function 55 void operator=(cond_predicate&); argument
|
/third_party/boost/libs/interprocess/test/ |
D | condition_test_template.hpp | 86 struct cond_predicate struct 88 cond_predicate(int& var, int val) : _var(var), _val(val) { } in cond_predicate() function 90 bool operator()() { return _var == _val; } in operator ()() 92 int& _var; 93 int _val;
|
/third_party/boost/libs/fiber/test/ |
D | test_condition_variable_any_post.cpp | 56 struct cond_predicate { struct 57 cond_predicate(int& var, int val) : _var(var), _val(val) { } in cond_predicate() function 64 void operator=(cond_predicate&); argument
|
D | test_condition_variable_any_dispatch.cpp | 56 struct cond_predicate { struct 57 cond_predicate(int& var, int val) : _var(var), _val(val) { } in cond_predicate() function 64 void operator=(cond_predicate&); argument
|
D | test_condition_variable_post.cpp | 55 struct cond_predicate { struct 56 cond_predicate(int& var, int val) : _var(var), _val(val) { } in cond_predicate() argument 63 void operator=(cond_predicate&); argument
|
D | test_condition_variable_dispatch.cpp | 55 struct cond_predicate { struct 56 cond_predicate(int& var, int val) : _var(var), _val(val) { } in cond_predicate() function 63 void operator=(cond_predicate&); argument
|