Home
last modified time | relevance | path

Searched refs:os_atomic (Results 1 – 11 of 11) sorted by relevance

/xnu-8796.141.3/tools/cocci/
H A Dos_atomic_normalize.cocci5 // $ git grep -l '(void) os_atomic' | xargs -n1 sed -i '' -e 's/(void) os_atomic/(void)os_atomic/'
7 @os_atomic@
8 identifier fn =~ "^os_atomic";
14 fn << os_atomic.fn;
21 identifier os_atomic.fn;
H A Dhw_atomic_rewrite.cocci5 // $ git grep -l 'os_atomic' | xargs -n1 sed -i '' -e 's/os_atomic/os_atomic/'
H A Dmcache_atomic_rewrite.cocci5 // $ git grep -l '(void) os_atomic' | xargs -n1 sed -i '' -e 's/(void) os_atomic/(void)os_atomic/'
H A DOSAtomic_rewrite.cocci5 // $ git grep -l '(void) os_atomic' | xargs -n1 sed -i '' -e 's/(void) os_atomic/(void)os_atomic/'
/xnu-8796.141.3/tests/
H A Dos_atomic.cpp9 T_DECL(os_atomic, "Just to make sure things build at all in c++ mode")
11 os_atomic(int) i = 0;
/xnu-8796.141.3/libkern/os/
H A Datomic.h70 #define os_atomic(type) std::atomic<type> volatile macro
78 #define os_atomic(type) type volatile _Atomic macro
/xnu-8796.141.3/libkern/firehose/
H A Dtracepoint_private.h54 os_atomic(firehose_tracepoint_id_t) ftid_atomic_value;
85 os_atomic(uint64_t) ft_atomic_stamp_and_length;
H A Dchunk_private.h40 os_atomic(uint64_t) fcp_atomic_pos;
/xnu-8796.141.3/osfmk/kern/
H A Dthread.h676 os_atomic(ast_t) ast;
/xnu-8796.141.3/doc/
H A Datomics.md30 `os_atomic` also tries to make the distinction between compiler **barriers**
/xnu-8796.141.3/bsd/kern/
H A Dkern_aio.c200 os_atomic(int) aio_total_count; /* total extant entries */