Searched refs:atomic (Results 51 - 75 of 79) sorted by relevance

1234

/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Drx.el544 (if (not (rx-atomic-p result))
548 (defun rx-atomic-p (r)
549 "Return non-nil if regexp string R is atomic.
550 An atomic regexp R is one such that a suffix operator
552 \"[abc]\" and \"\\(ab\\|ab*c\\)\" are atomic and \"ab\",
553 \"[ab]c\", and \"ab\\|ab*c\" are not atomic.
558 regexp is atomic. The function can be improved to detect
559 more cases of atomic regexps. Presently, this function
560 detects the following categories of atomic regexp;
567 regexps that are atomic bu
[all...]
/macosx-10.9.5/ntp-88/lib/isc/
H A Drwlock.c26 #include <isc/atomic.h>
176 * When some architecture-dependent atomic operations are available,
217 * Implementation specific note: due to the combination of atomic operations
218 * and a mutex lock, ordering between the atomic operation and locks can be
220 * to check the atomic variable that requires a reader or writer to sleep after
230 * The second check is important, since "var" is protected by the atomic
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/dtrace/
H A Dprofile_prvd.c41 #include <sys/atomic.h>
H A Dsystrace.c36 #include <sys/atomic.h>
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dmma.vim63 " stream data / atomic heads:
H A Dsqlanywhere.vim374 syn keyword sqlKeyword assign at atan2 atomic attach attended audit authorization
/macosx-10.9.5/CPANInternal-140/File-NFSLock/lib/File/
H A DNFSLock.pm535 Program based of concept of hard linking of files being atomic across
/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/llvmCore-3425.0.33/lib/AsmParser/
H A DLLLexer.cpp492 KEYWORD(atomic);
/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/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/bind9-45.100/bind9/lib/dns/
H A Dacache.c21 #include <isc/atomic.h>
/macosx-10.9.5/libpcap-42/libpcap/
H A Dpcap-bpf.c78 #include <machine/atomic.h>
/macosx-10.9.5/CPANInternal-140/Tree-DAG_Node/lib/Tree/
H A DDAG_Node.pm101 seem like using an atomic sledgehammer to swat a fly. But the
105 third of the methods in this class. And remember: an atomic
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dregexcmp.cpp525 fParenStack.push(atomic, *fStatus); // Frame type.
1077 // just as if the loop was inclosed in atomic parentheses.
2071 case atomic:
2074 // it was when the atomic parens were entered.
2445 case URX_STO_SP: // Setup for atomic or possessive blocks. Doesn't change what can match.
2940 case URX_STO_SP: // Setup for atomic or possessive blocks. Doesn't change what can match.
3210 case URX_STO_SP: // Setup for atomic or possessive blocks. Doesn't change what can match.
/macosx-10.9.5/ntfs-83/kext/
H A Dntfs_attr.c5153 * @atomic: if true must complete the entire exension or abort
5162 * If @atomic is true the whole instantiation must be complete so abort on
5163 * errors. If @atomic is false partial instantiations are acceptable (but we
5170 * Note if @new_end is NULL, then @atomic is set to true as there is no way to
5179 s64 *new_end, BOOL atomic)
5221 atomic = TRUE;
5874 * @atomic: if true must complete the entire exension or abort
5897 * If @atomic is true only return success if the entire extension is complete.
5899 * @atomic is false partial extensions are acceptable in certain circumstances
5945 const BOOL atomic)
5178 ntfs_attr_instantiate_holes(ntfs_inode *ni, s64 start, s64 end, s64 *new_end, BOOL atomic) argument
5942 ntfs_attr_extend_allocation(ntfs_inode *ni, s64 new_alloc_size, const s64 new_data_size, const s64 data_start, ntfs_index_context *ictx, s64 *dst_alloc_size, const BOOL atomic) argument
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/
H A DChanges732 atomic logging of messages via semaphores.
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/
H A Dapr.mak1286 SOURCE=.\atomic\win32\apr_atomic.c
H A Dlibapr.mak1418 SOURCE=.\atomic\win32\apr_atomic.c
/macosx-10.9.5/apr-30/apr/apr/
H A Dapr.mak1286 SOURCE=.\atomic\win32\apr_atomic.c
H A Dlibapr.mak1418 SOURCE=.\atomic\win32\apr_atomic.c
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dsql.el942 "ada" "asensitive" "assignment" "asymmetric" "atomic" "between"
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DFAQ.pm1476 # Guarantees atomic writes
1505 the log messages, but ensures sequential access featuring atomic checks.
/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/bind9-45.100/bind9/
H A Dconfigure2254 --enable-atomic enable machine specific atomic operations
25497 # Check whether --enable-atomic was given.
25579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking architecture type for atomic operations" >&5
25580 $as_echo_n "checking architecture type for atomic operations... " >&6; }
25778 # we need to disable the atomic operations.
25796 compiler="not supported (atomic operations disabled)"
27752 ac_config_files="$ac_config_files make/Makefile make/mkdep Makefile bin/Makefile bin/check/Makefile bin/confgen/Makefile bin/confgen/unix/Makefile bin/dig/Makefile bin/dnssec/Makefile bin/named/Makefile bin/named/unix/Makefile bin/nsupdate/Makefile bin/pkcs11/Makefile bin/rndc/Makefile bin/tests/Makefile bin/tests/atomic/Makefile bin/tests/db/Makefile bin/tests/dst/Makefile bin/tests/hashes/Makefile bin/tests/headerdep_test.sh bin/tests/master/Makefile bin/tests/mem/Makefile bin/tests/names/Makefile bin/tests/net/Makefile bin/tests/rbt/Makefile bin/tests/resolver/Makefile bin/tests/sockaddr/Makefile bin/tests/system/Makefile bin/tests/system/conf.sh bin/tests/system/dlz/prereq.sh bin/tests/system/dlzexternal/Makefile bin/tests/system/dlzexternal/ns1/named.conf bin/tests/system/filter-aaaa/Makefile bin/tests/system/gost/prereq.sh bin/tests/system/lwresd/Makefile bin/tests/system/rpz/Makefile bin/tests/system/tkey/Makefile bin/tests/system/tsiggss/Makefile bin/tests/tasks/Makefile bin/tests/timers/Makefile bin/tests/virtual-time/Makefile bin/tests/virtual-time/conf.sh bin/tools/Makefile contrib/check-secure-delegation.pl contrib/zone-edit.sh doc/Makefile doc/arm/Makefile doc/doxygen/Doxyfile doc/doxygen/Makefile doc/doxygen/doxygen-input-filter doc/misc/Makefile doc/xsl/Makefile doc/xsl/isc-docbook-chunk.xsl doc/xsl/isc-docbook-html.xsl doc/xsl/isc-docbook-latex.xsl doc/xsl/isc-manpage.xsl isc-config.sh lib/Makefile lib/bind9/Makefile lib/bind9/include/Makefile lib/bind9/include/bind9/Makefile lib/dns/Makefile lib/dns/include/Makefile lib/dns/include/dns/Makefile lib/dns/include/dst/Makefile lib/dns/tests/Makefile lib/export/Makefile lib/export/dns/Makefile lib/export/dns/include/Makefile lib/export/dns/include/dns/Makefile lib/export/dns/include/dst/Makefile lib/export/irs/Makefile lib/export/irs/include/Makefile lib/export/irs/include/irs/Makefile lib/export/isc/$thread_dir/Makefile lib/export/isc/$thread_dir/include/Makefile lib/export/isc/$thread_dir/include/isc/Makefile lib/export/isc/Makefile lib/export/isc/include/Makefile lib/export/isc/include/isc/Makefile lib/export/isc/nls/Makefile lib/export/isc/unix/Makefile lib/export/isc/unix/include/Makefile lib/export/isc/unix/include/isc/Makefile lib/export/isccfg/Makefile lib/export/isccfg/include/Makefile lib/export/isccfg/include/isccfg/Makefile lib/export/samples/Makefile lib/export/samples/Makefile-postinstall lib/irs/Makefile lib/irs/include/Makefile lib/irs/include/irs/Makefile lib/irs/include/irs/netdb.h lib/irs/include/irs/platform.h lib/isc/$arch/Makefile lib/isc/$arch/include/Makefile lib/isc/$arch/include/isc/Makefile lib/isc/$thread_dir/Makefile lib/isc/$thread_dir/include/Makefile lib/isc/$thread_dir/include/isc/Makefile lib/isc/Makefile lib/isc/include/Makefile lib/isc/include/isc/Makefile lib/isc/include/isc/platform.h lib/isc/tests/Makefile lib/isc/nls/Makefile lib/isc/unix/Makefile lib/isc/unix/include/Makefile lib/isc/unix/include/isc/Makefile lib/isccc/Makefile lib/isccc/include/Makefile lib/isccc/include/isccc/Makefile lib/isccfg/Makefile lib/isccfg/include/Makefile lib/isccfg/include/isccfg/Makefile lib/lwres/Makefile lib/lwres/include/Makefile lib/lwres/include/lwres/Makefile lib/lwres/include/lwres/netdb.h lib/lwres/include/lwres/platform.h lib/lwres/man/Makefile lib/lwres/unix/Makefile lib/lwres/unix/include/Makefile lib/lwres/unix/include/lwres/Makefile lib/tests/Makefile lib/tests/include/Makefile lib/tests/include/tests/Makefile unit/Makefile unit/unittest.sh"
28481 "bin/tests/atomic/Makefile") CONFIG_FILES="$CONFIG_FILES bin/tests/atomic/Makefil
[all...]

Completed in 497 milliseconds

1234