Home
last modified time | relevance | path

Searched defs:cond_predicate (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/thread/test/
Dtest_condition.cpp42 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/
Dcondition_test_template.hpp86 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/
Dtest_condition_variable_any_post.cpp56 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
Dtest_condition_variable_any_dispatch.cpp56 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
Dtest_condition_variable_post.cpp55 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
Dtest_condition_variable_dispatch.cpp55 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