Home
last modified time | relevance | path

Searched refs:concurrency (Results 1 – 24 of 24) sorted by relevance

/external/jemalloc/
Djemalloc.pc.in8 … malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support.
DREADME2 fragmentation avoidance and scalable concurrency support. jemalloc first came
DChangeLog411 levels. This resolves what was a concurrency bottleneck for per arena huge
/external/swiftshader/third_party/LLVM/test/Transforms/LICM/
Dscalar-promote-memmodel.ll4 ; it would violate the concurrency memory model
/external/llvm/test/Transforms/LICM/
Dscalar-promote-memmodel.ll5 ; it would violate the concurrency memory model
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCDatabaseMetaData.java1374 public boolean supportsResultSetConcurrency(int type, int concurrency) in supportsResultSetConcurrency() argument
1379 return concurrency == ResultSet.CONCUR_READ_ONLY || in supportsResultSetConcurrency()
1380 concurrency == ResultSet.CONCUR_UPDATABLE; in supportsResultSetConcurrency()
/external/llvm/docs/
DAtomics.rst41 with instructions with special semantics in the presence of concurrency. This
57 instructions with atomic ordering involved, concurrency does not matter, with
91 concurrency model was implemented, LLVM would perform this transformation.)
172 concurrency, please send an email to llvm-dev.)
Dindex.rst188 Information about LLVM's concurrency model.
/external/lz4/
DNEWS7 build : Makefile : fix make -jX lib+exe concurrency (#277)
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DSignals.inc169 // (such as CTRL/C) occurs. This causes concurrency issues with the above
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
DImpl_RowSet.java145 public void setConcurrency(int concurrency) throws SQLException { in setConcurrency() argument
/external/okhttp/
DCHANGELOG.md303 request concurrency.
635 * Drop ALPN support in Android. There's a concurrency bug in all
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DSignals.inc205 // (such as CTRL/C) occurs. This causes concurrency issues with the above
/external/llvm/lib/Support/Windows/
DSignals.inc204 // (such as CTRL/C) occurs. This causes concurrency issues with the above
/external/wpa_supplicant_8/wpa_supplicant/
DChangeLog298 concurrency cases
591 * improved P2P concurrency operations
595 - reject operations that would require multi-channel concurrency if
605 multi-channel concurrency
/external/python/cpython2/Doc/c-api/
Dinit.rst361 In order to emulate concurrency of execution, the interpreter regularly
/external/testng/
DCHANGES.txt773 Fixed: concurrency issue in JUnitXMLReporter
/external/python/cpython2/Doc/library/
Dmultiprocessing.rst15 offers both local and remote concurrency, effectively side-stepping the
/external/libmicrohttpd/src/datadir/
Dspdy-draft.txt175 multiple connections for concurrency. This causes several problems,
/external/clang/docs/
DAutomaticReferenceCounting.rst1387 which, by the concurrency model of the host language, happens-after
/external/python/cpython2/Doc/whatsnew/
D2.7.rst2373 concurrency benchmark that tries to measure computing throughput,
/external/doclava/res/assets/templates-sdk/assets/js/
Dandroid_3p-bundle.js1632 …* "About" = 'Clojure is a lisp for the jvm with concurrency primitives and a richer set of types…
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/python/cpython2/Misc/
DNEWS7066 - iobench (a file I/O benchmark) and ccbench (a concurrency benchmark) were