Searched refs:__sync (Results 1 – 10 of 10) sorted by relevance
150 ios_base::sync_with_stdio(bool __sync) in sync_with_stdio() argument158 if (!__sync && __ret) in sync_with_stdio()163 ios_base::Init::_S_synced_with_stdio = __sync; in sync_with_stdio()
152 ios_base::sync_with_stdio(bool __sync) in sync_with_stdio() argument160 if (!__sync && __ret) in sync_with_stdio()165 ios_base::Init::_S_synced_with_stdio = __sync; in sync_with_stdio()
674 sync_with_stdio(bool __sync = true); in _GLIBCXX_VISIBILITY()
742 sync_with_stdio(bool __sync = true); in _GLIBCXX_VISIBILITY()
260 /* __sync* builtins for the C++ memory model. */
2427 Implement __atomic operations via libcalls to legacy __sync functions.
82 * __sync Builtins:: Legacy built-in functions for atomic memory access.6964 @node __sync Builtins6965 @section Legacy __sync built-in functions for atomic memory access7101 C++11 memory model. Many are similar to the @samp{__sync} prefixed built-in7112 non-memory model set of @samp{__sync} atomic built-in functions will be
5840 set of @var{__sync} builtins are supported via library calls, the
13724 atomic built-in functions: see @ref{__sync Builtins} or