HomeSort by: relevance | last modified time | path
    Searched refs:__sync (Results 1 - 21 of 21) sorted by relevancy

  /src/sys/arch/hppa/include/
lock.h 76 __sync(void) function
109 __sync();
139 __sync();
mutex.h 107 __sync(); /* formerly mb_read */
109 __sync(); /* formerly mb_memory */
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
ios_init.cc 150 ios_base::sync_with_stdio(bool __sync)
158 if (!__sync && __ret)
163 ios_base::Init::_S_synced_with_stdio = __sync;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
ios_init.cc 150 ios_base::sync_with_stdio(bool __sync)
158 if (!__sync && __ret)
163 ios_base::Init::_S_synced_with_stdio = __sync;
  /src/lib/libcurses/
clrtobot.c 119 __sync(win);
clrtoeol.c 125 __sync(win);
delch.c 151 __sync(win);
line.c 249 __sync(win);
312 __sync(win);
insstr.c 217 __sync(win);
ins_wch.c 214 __sync(win);
insdelln.c 182 __sync(win);
touchwin.c 47 * __sync --
51 __sync(WINDOW *win) function
addbytes.c 337 __sync(win);
641 __sync(win);
curses_private.h 409 void __sync(WINDOW *);
ins_wstr.c 422 __sync(win);
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
ppu_intrinsics.h 47 * void __sync(void)
164 #define __sync() __asm__ volatile ("sync" : : : "memory") macro
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
ios_base.h 794 * @param __sync Whether to synchronize or not.
803 sync_with_stdio(bool __sync = true);
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
ppu_intrinsics.h 47 * void __sync(void)
164 #define __sync() __asm__ volatile ("sync" : : : "memory") macro
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
ios_base.h 774 * @param __sync Whether to synchronize or not.
783 sync_with_stdio(bool __sync = true);
  /src/external/gpl3/gcc/dist/libsanitizer/
configure 16260 # Test for __sync support.
16261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking __sync extensions" >&5
16262 $as_echo_n "checking __sync extensions... " >&6; }
  /src/external/gpl3/gcc.old/dist/libsanitizer/
configure 16064 # Test for __sync support.
16065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking __sync extensions" >&5
16066 $as_echo_n "checking __sync extensions... " >&6; }

Completed in 64 milliseconds