Searched refs:__sync (Results 1 – 25 of 35) sorted by relevance
12
| /netbsd/src/sys/arch/hppa/include/ |
| D | lock.h | 76 __sync(void) in __sync() function 109 __sync(); in __cpu_simple_lock_try() 139 __sync(); in __cpu_simple_unlock()
|
| D | mutex.h | 107 __sync(); /* formerly mb_read */ in MUTEX_SET_WAITERS() 109 __sync(); /* formerly mb_memory */ in MUTEX_SET_WAITERS()
|
| /netbsd/src/lib/libcurses/ |
| D | line.c | 249 __sync(win); in whline_set() 312 __sync(win); in wvline_set()
|
| D | clrtobot.c | 119 __sync(win); in wclrtobot()
|
| D | clrtoeol.c | 125 __sync(win); in wclrtoeol()
|
| D | delch.c | 151 __sync(win); in wdelch()
|
| D | insstr.c | 217 __sync(win); in winsnstr()
|
| D | ins_wch.c | 214 __sync(win); in wins_wch()
|
| D | touchwin.c | 51 __sync(WINDOW *win) in __sync() function
|
| D | insdelln.c | 182 __sync(win); in winsdelln()
|
| D | addbytes.c | 337 __sync(win); in _cursesi_addbyte() 641 __sync(win); in _cursesi_addwchar()
|
| D | curses.expsym | 69 __sync
|
| D | curses_private.h | 409 void __sync(WINDOW *);
|
| D | ins_wstr.c | 422 __sync(win); in wins_nwstr()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/ia64/ |
| D | sync.md | 104 /* No need to distinquish __sync from __atomic, so get base value. */ 204 /* No need to distinquish __sync from __atomic, so get base value. */
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| D | ppu_intrinsics.h | 164 #define __sync() __asm__ volatile ("sync" : : : "memory") macro
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| D | ios_base.h | 783 sync_with_stdio(bool __sync = true); in _GLIBCXX_VISIBILITY()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | sync-builtins.def | 260 /* __sync* builtins for the C++ memory model. */
|
| D | common.opt | 2760 Implement __atomic operations via libcalls to legacy __sync functions.
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/ |
| D | acinclude.m4 | 4994 # Test for __sync support. 4995 AC_CACHE_CHECK([__sync extensions],
|
| D | ChangeLog-2012 | 4146 __atomic_, not __sync.
|
| D | ChangeLog-2008 | 3612 all used __sync builtins, in two sizes.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/doc/ |
| D | gcc.info | 6640 Builtins::, *note __sync Builtins::, and the C11 atomic generic 16739 '__sync' family of functions may be used to implement the C++11 29596 this instruction to implement *note __sync Builtins::. However, 32503 * __sync Builtins:: Legacy built-in functions for atomic memory access. 45707 File: gcc.info, Node: Offsetof, Next: __sync Builtins, Prev: Vector Extensions, Up: C Extensions 45732 File: gcc.info, Node: __sync Builtins, Next: __atomic Builtins, Prev: Offsetof, Up: C Extensions 45734 6.54 Legacy '__sync' Built-in Functions for Atomic Memory Access 45860 File: gcc.info, Node: __atomic Builtins, Next: Integer Overflow Builtins, Prev: __sync Builtins,… 45870 These functions are intended to replace the legacy '__sync' builtins. 45873 builtins rather than the '__sync' builtins. [all …]
|
| D | sourcebuild.texi | 69 The runtime support library for atomic operations (e.g.@: for @code{__sync}
|
| /netbsd/src/external/gpl3/gcc/dist/libgomp/ |
| D | libgomp.texi | 4280 The target should implement the @code{__sync} builtins.
|
12