Searched refs:atomic (Results 1 - 25 of 79) sorted by last modified time

1234

/macosx-10.9.5/xnu-2422.115.4/bsd/dev/dtrace/
H A Ddtrace.c85 #include <sys/atomic.h>
H A Dprofile_prvd.c41 #include <sys/atomic.h>
H A Dsystrace.c36 #include <sys/atomic.h>
/macosx-10.9.5/CF-855.17/
H A DCFXMLPreferencesDomain.c234 /* __CFWriteBytesToFileWithAtomicity is a "safe save" facility. Write the bytes using the specified mode on the file to the provided URL. If the atomic flag is true, try to do it in a fashion that will enable a safe save.
236 static Boolean __CFWriteBytesToFileWithAtomicity(CFURLRef url, const void *bytes, int length, SInt32 mode, Boolean atomic) { argument
263 if (atomic) {
282 if (atomic)
290 if (atomic) {
333 { // Try quick atomic way first, then fallback to slower ways and error cases
/macosx-10.9.5/ruby-104/ruby/
H A Dconfigure8594 net/socket.h sys/socket.h process.h sys/prctl.h atomic.h
H A Druby_atomic.h23 /* @shyouhei hack to support atomic operations in case of gcc. Gcc
94 #include <atomic.h>
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/
H A Dconfigure1686 --enable-nonportable-atomics Use optimized atomic code which may produce nonportable binaries
8503 apr_modules="file_io network_io threadproc misc locks time mmap shmem user memory atomic poll support random"
24821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler provides atomic builtins" >&5
24822 $as_echo_n "checking whether the compiler provides atomic builtins... " >&6; }
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DAtomic.cpp10 // This header file implements atomic operations.
64 # error No atomic increment implementation for your platform!
77 # error No atomic decrement implementation for your platform!
90 # error No atomic add implementation for your platform!
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8710 SDValue atomic = N->getOperand(0);
8711 switch (atomic.getOpcode()) {
8729 SDValue fence = atomic.getOperand(0);
8733 switch (atomic.getOpcode()) {
8735 return SDValue(DAG.UpdateNodeOperands(atomic.getNode(),
8737 atomic.getOperand(1), atomic.getOperand(2),
8738 atomic.getOperand(3)), atomic.getResNo());
8750 return SDValue(DAG.UpdateNodeOperands(atomic
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/AsmParser/
H A DLLLexer.cpp492 KEYWORD(atomic);
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Duipc_socket.c1545 int32_t clen, int32_t atomic, int flags, int *sblocked,
1614 if ((atomic && resid > so->so_snd.sb_hiwat) ||
1619 (atomic || space < (int32_t)so->so_snd.sb_lowat || space < clen)) ||
1706 int atomic = sosendallatonce(so) || top; local
1758 error = sosendcheck(so, addr, resid, clen, atomic, flags,
1903 if (atomic && top == NULL &&
1945 (chainlength < sosendmaxchain || atomic ||
2820 * (for non-atomic socket), we must not quit until
1544 sosendcheck(struct socket *so, struct sockaddr *addr, user_ssize_t resid, int32_t clen, int32_t atomic, int flags, int *sblocked, struct mbuf *control) argument
/macosx-10.9.5/Security-55471.14.18/sec/SOSCircle/CloudKeychainProxy/
H A DCKDKVSProxy.h55 @property (atomic) bool syncWithPeersPending;
56 @property (atomic) bool shadowSyncWithPeersPending;
57 @property (atomic) bool inCallout;
58 @property (atomic) bool unlockedSinceBoot;
59 @property (atomic) bool isLocked;
60 @property (atomic) bool seenKVSStoreChange;
62 @property (atomic) dispatch_source_t syncTimer;
63 @property (atomic) bool syncTimerScheduled;
64 @property (atomic) dispatch_time_t deadline;
65 @property (atomic) dispatch_time_
[all...]
H A DCKDUserInteraction.h38 @property (atomic) CFUserNotificationRef userNotificationRef;
/macosx-10.9.5/libdispatch-339.92.1/
H A Dconfigure.ac111 *) AC_MSG_ERROR([No gcc builtin atomic operations available]) ;;
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/cm/
H A Dcodemirror.js2393 // Skip over atomic spans.
2430 } else if (!m.atomic) continue;
3535 atomic: this.atomic,
3601 marker.atomic = true;
3607 if (marker.atomic) reCheckSelection(cm);
/macosx-10.9.5/libpcap-42/libpcap/
H A Dpcap-bpf.c78 #include <machine/atomic.h>
/macosx-10.9.5/libdispatch-339.92.1/src/
H A DMakefile.am31 shims/atomic.h \
/macosx-10.9.5/CPANInternal-140/File-NFSLock-1.21/lib/File/
H A DNFSLock.pm535 Program based of concept of hard linking of files being atomic across
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/
H A DChanges732 atomic logging of messages via semaphores.
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DSynchronized.pm155 atomic operations. It defaults to C<_l4p>. If you define more than
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DFAQ.pm1481 # Guarantees atomic writes
1510 the log messages, but ensures sequential access featuring atomic checks.
/macosx-10.9.5/objc4-551.1/runtime/Accessors.subproj/
H A Dobjc-accessors.h34 extern void objc_setProperty_non_gc(id self, SEL _cmd, ptrdiff_t offset, id newValue, BOOL atomic, signed char shouldCopy);
35 extern id objc_getProperty_non_gc(id self, SEL _cmd, ptrdiff_t offset, BOOL atomic);
37 extern void objc_setProperty_gc(id self, SEL _cmd, ptrdiff_t offset, id newValue, BOOL atomic, signed char shouldCopy);
38 extern id objc_getProperty_gc(id self, SEL _cmd, ptrdiff_t offset, BOOL atomic);
H A Dobjc-accessors.mm59 id objc_getProperty_non_gc(id self, SEL _cmd, ptrdiff_t offset, BOOL atomic) {
62 if (!atomic) return *slot;
75 static inline void reallySetProperty(id self, SEL _cmd, id newValue, ptrdiff_t offset, bool atomic, bool copy, bool mutableCopy) __attribute__((always_inline));
77 static inline void reallySetProperty(id self, SEL _cmd, id newValue, ptrdiff_t offset, bool atomic, bool copy, bool mutableCopy)
91 if (!atomic) {
105 void objc_setProperty_non_gc(id self, SEL _cmd, ptrdiff_t offset, id newValue, BOOL atomic, signed char shouldCopy)
109 reallySetProperty(self, _cmd, newValue, offset, atomic, copy, mutableCopy);
136 id objc_getProperty_gc(id self, SEL _cmd, ptrdiff_t offset, BOOL atomic) {
140 void objc_setProperty_gc(id self, SEL _cmd, ptrdiff_t offset, id newValue, BOOL atomic, signed char shouldCopy) {
152 objc_getProperty(id self, SEL _cmd, ptrdiff_t offset, BOOL atomic)
[all...]
/macosx-10.9.5/dtrace-118.1/sys/
H A Dbitmap.h158 #include <sys/atomic.h>
/macosx-10.9.5/bind9-45.100/
H A DMakefile5 Extra_Configure_Flags = --prefix="/usr" --sysconfdir="/private/etc" --localstatedir="/private/var" --enable-atomic="no" \

Completed in 367 milliseconds

1234