Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++98/
Dios_init.cc150 ios_base::sync_with_stdio(bool __sync) in sync_with_stdio() argument
158 if (!__sync && __ret) in sync_with_stdio()
163 ios_base::Init::_S_synced_with_stdio = __sync; in sync_with_stdio()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++98/
Dios_init.cc152 ios_base::sync_with_stdio(bool __sync) in sync_with_stdio() argument
160 if (!__sync && __ret) in sync_with_stdio()
165 ios_base::Init::_S_synced_with_stdio = __sync; in sync_with_stdio()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
Dios_base.h674 sync_with_stdio(bool __sync = true); in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
Dios_base.h742 sync_with_stdio(bool __sync = true); in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/gcc/
HDsync-builtins.def260 /* __sync* builtins for the C++ memory model. */
HDcommon.opt2427 Implement __atomic operations via libcalls to legacy __sync functions.
/dragonfly/contrib/gcc-4.7/gcc/
HDsync-builtins.def260 /* __sync* builtins for the C++ memory model. */
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDextend.texi82 * __sync Builtins:: Legacy built-in functions for atomic memory access.
6964 @node __sync Builtins
6965 @section Legacy __sync built-in functions for atomic memory access
7101 C++11 memory model. Many are similar to the @samp{__sync} prefixed built-in
7112 non-memory model set of @samp{__sync} atomic built-in functions will be
HDmd.texi5840 set of @var{__sync} builtins are supported via library calls, the
HDinvoke.texi13724 atomic built-in functions: see @ref{__sync Builtins} or