Home
last modified time | relevance | path

Searched refs:functor_flag (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/thread/test/
Dtest_once.cpp92 static boost::once_flag functor_flag=BOOST_ONCE_INIT; in call_once_with_functor() local
95 boost::call_once(functor_flag, increment_value(&var_to_init_with_functor)); in call_once_with_functor()
155 static boost::once_flag functor_flag=BOOST_ONCE_INIT; in call_once_with_exception() local
158 boost::call_once(functor_flag, throw_before_third_pass()); in call_once_with_exception()