Searched full:interlocked (Results 1 – 15 of 15) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | intrin0.h | 88 |* Interlocked Exchange Add 106 |* Interlocked Increment 119 |* Interlocked Decrement 132 |* Interlocked And 164 |* Interlocked Or 180 |* Interlocked Xor 196 |* Interlocked Exchange 212 |* Interlocked Compare Exchange
|
H A D | immintrin.h | 670 |* Interlocked Exchange HLE 701 |* Interlocked Compare Exchange HLE
|
/freebsd/share/man/man9/ |
H A D | critical_enter.9 | 73 Also, they should not be interlocked with operations on mutexes, sx locks, 77 so in certain cases critical sections may be interlocked with spin mutexes.
|
/freebsd/sys/contrib/device-tree/Bindings/timer/ |
H A D | renesas,rz-mtu3.yaml | 37 - 32-bit phase counting mode can be specified for interlocked operation 41 - Through interlocked operation of MTU3/4 and MTU6/7, the positive and 58 through interlocked operation with MTU0/MTU5 and MTU8
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | OPENSSL_instrument_bus.pod | 22 interlocked manner, which should contribute additional noise on
|
/freebsd/share/man/man4/ |
H A D | ppbus.4 | 193 defines a signaling method for asynchronous, fully interlocked, bidirectional 211 properly manage the fully interlocked scheme of the signaling method.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZFeatures.td | 72 "interlocked-access1", "InterlockedAccess1", (all_of FeatureInterlockedAccess1), 73 "Assume that interlocked-access facility 1 is installed"
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | OPENSSL_instrument_bus.3 | 157 interlocked manner, which should contribute additional noise on
|
/freebsd/crypto/openssl/include/internal/ |
H A D | refcount.h | 128 /* under Windows CE we still have old-style Interlocked* functions */
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | googletest-port-test.cc | 1070 // On Windows, performing an interlocked access puts up a memory barrier. in Increment()
|
/freebsd/sys/netinet/ |
H A D | ip_input.c | 1319 * ip_rsvp and ip_rsvp_on variables need to be interlocked with rsvp_on
|
/freebsd/sys/kern/ |
H A D | vfs_subr.c | 5077 * Since this only runs when rebooting, it is not interlocked. in vfs_unmountall()
|
/freebsd/sys/dev/hyperv/netvsc/ |
H A D | if_hn.c | 1962 * hn_ifnet_attevent() is interlocked by the hn_vf_ifp. in hn_ifnet_detevent()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 1289 // Check the action and ordering of the interlocked intrinsics. in EmitBitTestIntrinsic() 1294 // Emit a combined atomicrmw load/store operation for the interlocked in EmitBitTestIntrinsic() 1303 // Emit a plain load for the non-interlocked intrinsics. in EmitBitTestIntrinsic()
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 29933 ** "interlocked" magic used here is probably not strictly necessary.
|