Home
last modified time | relevance | path

Searched defs:atomic (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/contrib/llvm-project/libcxx/include/__atomic/
H A Datomic.h36 struct atomic : public __atomic_base<_Tp> { struct
37 using __base = __atomic_base<_Tp>; argument
42 _LIBCPP_HIDE_FROM_ABI atomic() = default; argument
47 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR atomic(_Tp __d) _NOEXCEPT : __base(__d) {} in atomic() argument
58 atomic& operator=(const atomic&) = delete; argument
59 atomic& operator=(const atomic&) volatile = delete; argument
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dprng.h67 prng_lg_range_u32(atomic_u32_t *state, unsigned lg_range, bool atomic) { in prng_lg_range_u32()
104 prng_lg_range_zu(atomic_zu_t *state, unsigned lg_range, bool atomic) { in prng_lg_range_zu()
132 prng_range_u32(atomic_u32_t *state, uint32_t range, bool atomic) { in prng_range_u32()
168 prng_range_zu(atomic_zu_t *state, size_t range, bool atomic) { in prng_range_zu()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_redefine_builtins.h37 using atomic = Define_SANITIZER_COMMON_NO_REDEFINE_BUILTINS_in_cpp_file; global() variable
/freebsd/contrib/libcxxrt/
H A Datomic.h59 constexpr atomic(T init) : val(init) {} in atomic() function
/freebsd/sys/dev/qat/qat_api/common/utils/
H A Dlac_lock_free_stack.h12 uint64_t atomic; member
/freebsd/sys/dev/drm2/
H A Ddrm_mm.c50 static struct drm_mm_node *drm_mm_kmalloc(struct drm_mm *mm, int atomic) in drm_mm_kmalloc()
163 int atomic) in drm_mm_get_block_generic()
263 int atomic) in drm_mm_get_block_range_generic()
/freebsd/sys/contrib/ck/include/gcc/ppc/
H A Dck_pr.h76 CK_PR_FENCE(atomic, CK_PR_LWSYNCOP) in CK_PR_FENCE() argument
/freebsd/sbin/ipfw/
H A Dtables.c163 int atomic, error, tcmd; in ipfw_table_handler() local
898 ipfw_obj_tentry *tent, int count, int atomic) in table_do_modify_record()
950 int quiet, int update, int atomic) in table_modify_record()
/freebsd/sys/dev/cxgbe/
H A Doffload.h38 #define INIT_ULPTX_WRH(w, wrlen, atomic, tid) do { \ argument
45 #define INIT_ULPTX_WR(w, wrlen, atomic, tid) \ argument
/freebsd/sys/kern/
H A Dsubr_csan.c60 bool atomic:1; member
142 kcsan_access(uintptr_t addr, size_t size, bool write, bool atomic, uintptr_t pc) in kcsan_access()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cpp128 MopDesc(bool first,bool write,bool atomic) MopDesc() argument
H A Dtsan_report.h55 bool atomic; global() member
H A Dtsan_debugging.cpp109 __tsan_get_report_mop(void * report,uptr idx,int * tid,void ** addr,int * size,int * write,int * atomic,void ** trace,uptr trace_size) __tsan_get_report_mop() argument
/freebsd/sys/contrib/ck/include/gcc/arm/
H A Dck_pr.h85 CK_PR_FENCE(atomic, CK_DMB_ST) in CK_PR_FENCE() argument
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp475 if (auto atomic = loc.getAs<AtomicTypeLoc>()) { in findExplicitQualifierLoc() local
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c1048 int atomic; in sdp_sosend() local
/freebsd/sys/contrib/ck/include/
H A Dck_pr.h107 CK_PR_FENCE_EMIT(atomic) in CK_PR_FENCE_EMIT() argument
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlgc.c998 static l_mem atomic (lua_State *L) { in atomic() function
/freebsd/sys/dev/dpaa2/
H A Ddpaa2_swp.h458 bool atomic; member
/freebsd/contrib/lua/src/
H A Dlgc.c1523 static lu_mem atomic (lua_State *L) { in atomic() function
/freebsd/contrib/ofed/libibverbs/
H A Dcompat-1_0.c101 } atomic; member
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp890 llvm::FunctionCallee GetOptimizedPropertySetFunction(bool atomic, in GetOptimizedPropertySetFunction()
4123 llvm::FunctionCallee CGObjCGNU::GetOptimizedPropertySetFunction(bool atomic, in GetOptimizedPropertySetFunction()
H A DCGObjCMac.cpp270 llvm::FunctionCallee getOptimizedSetPropertyFn(bool atomic, bool copy) { in getOptimizedSetPropertyFn()
1667 llvm::FunctionCallee GetOptimizedPropertySetFunction(bool atomic, in GetOptimizedPropertySetFunction()
4200 llvm::FunctionCallee CGObjCMac::GetOptimizedPropertySetFunction(bool atomic, in GetOptimizedPropertySetFunction()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c2100 struct ib_atomic_wr *atomic; in ib_uverbs_post_send() local
/freebsd/sys/cam/ctl/
H A Dctl_backend_block.c2328 int error, atomic, maxio, ref, unmap, tmp; in ctl_be_block_open_dev() local

12