Searched defs:mo (Results 1 - 25 of 103) sorted by relevance

12345

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_atomic_clang_x86.h74 INLINE void atomic_store(volatile T *a, typename T::Type v, memory_order mo) { argument
28 atomic_load( const volatile T *a, memory_order mo) argument
[all...]
H A Dsanitizer_atomic_clang_other.h64 INLINE void atomic_store(volatile T *a, typename T::Type v, memory_order mo) { argument
26 atomic_load( const volatile T *a, memory_order mo) argument
H A Dsanitizer_atomic_clang.h47 atomic_fetch_add(volatile T *a, typename T::Type v, memory_order mo) argument
55 atomic_fetch_sub(volatile T *a, typename T::Type v, memory_order mo) argument
63 atomic_exchange(volatile T *a, typename T::Type v, memory_order mo) argument
75 atomic_compare_exchange_strong(volatile T *a, typename T::Type *cmp, typename T::Type xchg, memory_order mo) argument
88 atomic_compare_exchange_weak(volatile T *a, typename T::Type *cmp, typename T::Type xchg, memory_order mo) argument
[all...]
H A Dsanitizer_atomic_clang_mips.h41 atomic_fetch_add(volatile atomic_uint64_t *ptr, atomic_uint64_t::Type val, memory_order mo) argument
59 atomic_fetch_sub(volatile atomic_uint64_t *ptr, atomic_uint64_t::Type val, memory_order mo) argument
66 atomic_compare_exchange_strong(volatile atomic_uint64_t *ptr, atomic_uint64_t::Type *cmp, atomic_uint64_t::Type xchg, memory_order mo) argument
91 atomic_load(const volatile atomic_uint64_t *ptr, memory_order mo) argument
104 atomic_store(volatile atomic_uint64_t *ptr, atomic_uint64_t::Type v, memory_order mo) argument
[all...]
H A Dsanitizer_atomic_msvc.h99 INLINE void atomic_store(volatile T *a, typename T::Type v, memory_order mo) { argument
81 atomic_load( const volatile T *a, memory_order mo) argument
115 atomic_fetch_add(volatile atomic_uint32_t *a, u32 v, memory_order mo) argument
123 atomic_fetch_add(volatile atomic_uintptr_t *a, uptr v, memory_order mo) argument
136 atomic_fetch_sub(volatile atomic_uint32_t *a, u32 v, memory_order mo) argument
144 atomic_fetch_sub(volatile atomic_uintptr_t *a, uptr v, memory_order mo) argument
157 atomic_exchange(volatile atomic_uint8_t *a, u8 v, memory_order mo) argument
164 atomic_exchange(volatile atomic_uint16_t *a, u16 v, memory_order mo) argument
171 atomic_exchange(volatile atomic_uint32_t *a, u32 v, memory_order mo) argument
178 atomic_compare_exchange_strong(volatile atomic_uint8_t *a, u8 *cmp, u8 xchgv, memory_order mo) argument
204 atomic_compare_exchange_strong(volatile atomic_uintptr_t *a, uptr *cmp, uptr xchg, memory_order mo) argument
217 atomic_compare_exchange_strong(volatile atomic_uint16_t *a, u16 *cmp, u16 xchg, memory_order mo) argument
230 atomic_compare_exchange_strong(volatile atomic_uint32_t *a, u32 *cmp, u32 xchg, memory_order mo) argument
243 atomic_compare_exchange_strong(volatile atomic_uint64_t *a, u64 *cmp, u64 xchg, memory_order mo) argument
257 atomic_compare_exchange_weak(volatile T *a, typename T::Type *cmp, typename T::Type xchg, memory_order mo) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_atomic_clang_x86.h72 INLINE void atomic_store(volatile T *a, typename T::Type v, memory_order mo) { argument
26 atomic_load( const volatile T *a, memory_order mo) argument
[all...]
H A Dsanitizer_atomic_clang_other.h62 INLINE void atomic_store(volatile T *a, typename T::Type v, memory_order mo) { argument
24 atomic_load( const volatile T *a, memory_order mo) argument
H A Dsanitizer_atomic_clang.h45 atomic_fetch_add(volatile T *a, typename T::Type v, memory_order mo) argument
53 atomic_fetch_sub(volatile T *a, typename T::Type v, memory_order mo) argument
61 atomic_exchange(volatile T *a, typename T::Type v, memory_order mo) argument
73 atomic_compare_exchange_strong(volatile T *a, typename T::Type *cmp, typename T::Type xchg, memory_order mo) argument
86 atomic_compare_exchange_weak(volatile T *a, typename T::Type *cmp, typename T::Type xchg, memory_order mo) argument
[all...]
H A Dsanitizer_atomic_msvc.h97 INLINE void atomic_store(volatile T *a, typename T::Type v, memory_order mo) { argument
79 atomic_load( const volatile T *a, memory_order mo) argument
113 atomic_fetch_add(volatile atomic_uint32_t *a, u32 v, memory_order mo) argument
121 atomic_fetch_add(volatile atomic_uintptr_t *a, uptr v, memory_order mo) argument
134 atomic_fetch_sub(volatile atomic_uint32_t *a, u32 v, memory_order mo) argument
142 atomic_fetch_sub(volatile atomic_uintptr_t *a, uptr v, memory_order mo) argument
155 atomic_exchange(volatile atomic_uint8_t *a, u8 v, memory_order mo) argument
162 atomic_exchange(volatile atomic_uint16_t *a, u16 v, memory_order mo) argument
169 atomic_exchange(volatile atomic_uint32_t *a, u32 v, memory_order mo) argument
176 atomic_compare_exchange_strong(volatile atomic_uint8_t *a, u8 *cmp, u8 xchgv, memory_order mo) argument
202 atomic_compare_exchange_strong(volatile atomic_uintptr_t *a, uptr *cmp, uptr xchg, memory_order mo) argument
215 atomic_compare_exchange_strong(volatile atomic_uint16_t *a, u16 *cmp, u16 xchg, memory_order mo) argument
228 atomic_compare_exchange_strong(volatile atomic_uint32_t *a, u32 *cmp, u32 xchg, memory_order mo) argument
241 atomic_compare_exchange_strong(volatile atomic_uint64_t *a, u64 *cmp, u64 xchg, memory_order mo) argument
255 atomic_compare_exchange_weak(volatile T *a, typename T::Type *cmp, typename T::Type xchg, memory_order mo) argument
[all...]
H A Dsanitizer_atomic_clang_mips.h39 atomic_fetch_add(volatile atomic_uint64_t *ptr, atomic_uint64_t::Type val, memory_order mo) argument
57 atomic_fetch_sub(volatile atomic_uint64_t *ptr, atomic_uint64_t::Type val, memory_order mo) argument
64 atomic_compare_exchange_strong(volatile atomic_uint64_t *ptr, atomic_uint64_t::Type *cmp, atomic_uint64_t::Type xchg, memory_order mo) argument
89 atomic_load(const volatile atomic_uint64_t *ptr, memory_order mo) argument
102 atomic_store(volatile atomic_uint64_t *ptr, atomic_uint64_t::Type v, memory_order mo) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_atomic_clang_x86.h73 inline void atomic_store(volatile T *a, typename T::Type v, memory_order mo) { argument
27 atomic_load( const volatile T *a, memory_order mo) argument
[all...]
H A Dsanitizer_atomic_clang_other.h60 inline void atomic_store(volatile T *a, typename T::Type v, memory_order mo) { argument
25 atomic_load( const volatile T *a, memory_order mo) argument
H A Dsanitizer_atomic_clang.h46 atomic_fetch_add(volatile T *a, typename T::Type v, memory_order mo) argument
54 atomic_fetch_sub(volatile T *a, typename T::Type v, memory_order mo) argument
62 atomic_exchange(volatile T *a, typename T::Type v, memory_order mo) argument
74 atomic_compare_exchange_strong(volatile T *a, typename T::Type *cmp, typename T::Type xchg, memory_order mo) argument
87 atomic_compare_exchange_weak(volatile T *a, typename T::Type *cmp, typename T::Type xchg, memory_order mo) argument
[all...]
H A Dsanitizer_atomic_clang_mips.h40 atomic_fetch_add(volatile atomic_uint64_t *ptr, atomic_uint64_t::Type val, memory_order mo) argument
58 atomic_fetch_sub(volatile atomic_uint64_t *ptr, atomic_uint64_t::Type val, memory_order mo) argument
65 atomic_compare_exchange_strong(volatile atomic_uint64_t *ptr, atomic_uint64_t::Type *cmp, atomic_uint64_t::Type xchg, memory_order mo) argument
90 atomic_load(const volatile atomic_uint64_t *ptr, memory_order mo) argument
103 atomic_store(volatile atomic_uint64_t *ptr, atomic_uint64_t::Type v, memory_order mo) argument
[all...]
H A Dsanitizer_atomic_msvc.h89 inline void atomic_store(volatile T *a, typename T::Type v, memory_order mo) { argument
71 atomic_load( const volatile T *a, memory_order mo) argument
105 atomic_fetch_add(volatile atomic_uint32_t *a, u32 v, memory_order mo) argument
113 atomic_fetch_add(volatile atomic_uintptr_t *a, uptr v, memory_order mo) argument
126 atomic_fetch_sub(volatile atomic_uint32_t *a, u32 v, memory_order mo) argument
134 atomic_fetch_sub(volatile atomic_uintptr_t *a, uptr v, memory_order mo) argument
147 atomic_exchange(volatile atomic_uint8_t *a, u8 v, memory_order mo) argument
154 atomic_exchange(volatile atomic_uint16_t *a, u16 v, memory_order mo) argument
161 atomic_exchange(volatile atomic_uint32_t *a, u32 v, memory_order mo) argument
168 atomic_compare_exchange_strong(volatile atomic_uint8_t *a, u8 *cmp, u8 xchgv, memory_order mo) argument
194 atomic_compare_exchange_strong(volatile atomic_uintptr_t *a, uptr *cmp, uptr xchg, memory_order mo) argument
207 atomic_compare_exchange_strong(volatile atomic_uint16_t *a, u16 *cmp, u16 xchg, memory_order mo) argument
220 atomic_compare_exchange_strong(volatile atomic_uint32_t *a, u32 *cmp, u32 xchg, memory_order mo) argument
233 atomic_compare_exchange_strong(volatile atomic_uint64_t *a, u64 *cmp, u64 xchg, memory_order mo) argument
247 atomic_compare_exchange_weak(volatile T *a, typename T::Type *cmp, typename T::Type xchg, memory_order mo) argument
[all...]
/netbsd-current/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Datomic_gcc_sync.h15 atomic_fence(atomic_memory_order_t mo) { argument
[all...]
H A Datomic_gcc_atomic.h17 atomic_enum_to_builtin(atomic_memory_order_t mo) { argument
35 atomic_fence(atomic_memory_order_t mo) { argument
[all...]
H A Datomic_msvc.h20 atomic_fence(atomic_memory_order_t mo) { argument
[all...]
/netbsd-current/external/bsd/jemalloc/include/jemalloc/internal/
H A Datomic_gcc_sync.h15 atomic_fence(atomic_memory_order_t mo) { argument
[all...]
H A Datomic_gcc_atomic.h17 atomic_enum_to_builtin(atomic_memory_order_t mo) { argument
35 atomic_fence(atomic_memory_order_t mo) { argument
[all...]
H A Datomic_msvc.h20 atomic_fence(atomic_memory_order_t mo) { argument
[all...]
/netbsd-current/sys/kern/
H A Dkern_mutex_obj.c58 struct kmutexobj *mo; local
78 struct kmutexobj *mo; local
101 struct kmutexobj *mo = (struct kmutexobj *)lock; local
122 struct kmutexobj *mo = (struct kmutexobj *)lock; local
149 struct kmutexobj *mo = (struct kmutexobj *)lock; local
[all...]
/netbsd-current/external/bsd/am-utils/dist/amd/
H A Drestart.c53 am_opts mo; local
[all...]
/netbsd-current/sys/netipsec/
H A Dipsec_mbuf.c385 struct mbuf *mo; local
/netbsd-current/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_property.h300 struct drm_mode_object *mo; local

Completed in 289 milliseconds

12345