reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

usr/include/c++/7.4.0/mutex
  646       call_once(once_flag& __once, _Callable&& __f, _Args&&... __args);

References

include/llvm/Support/Threading.h
  120     std::call_once(flag, std::forward<Function>(F),
projects/openmp/libomptarget/src/device.cpp
  318   std::call_once(InitFlag, &DeviceTy::init, this);
projects/openmp/libomptarget/src/rtl.cpp
  235   std::call_once(initFlag, &RTLsTy::LoadRTLs, this);
usr/include/c++/7.4.0/future
  401 	call_once(_M_once, &_State_baseV2::_M_do_set, this,
  422 	call_once(_M_once, &_State_baseV2::_M_do_set, this,
 1647     void _M_join() { std::call_once(_M_once, &thread::join, &_M_thread); }