Home
last modified time | relevance | path

Searched refs:multithreaded (Results 1 – 25 of 34) sorted by relevance

12

/external/libchrome/base/threading/
Dplatform_thread_mac.mm26 // application is multithreaded. Since it's possible to enter Cocoa code
28 // be aware that the application is multithreaded. Spawning an NSThread is
29 // enough to get Cocoa to set up for multithreaded operation, so this is done
34 static BOOL multithreaded = [NSThread isMultiThreaded];
35 if (!multithreaded) {
40 multithreaded = YES;
/external/google-benchmark/src/
Dbenchmark.cc267 bool multithreaded; // Is benchmark multi-threaded? member
378 instance.multithreaded = !(family->thread_counts_.empty()); in FindBenchmarks()
622 if (b.multithreaded) in RunBenchmark()
641 if (b.multithreaded) { in RunBenchmark()
730 if (b.multithreaded) { in RunBenchmark()
/external/opencv3/3rdparty/openexr/
DIlmBaseConfig.h.cmakein3 // and you want IlmBase to use it for multithreaded file I/O.
DChangeLog.openexr285 updated some comments, added comments, more multithreaded
324 to allow thread-safe library initialization in multithreaded
/external/mesa3d/docs/
DMESA_multithread_makecurrent.spec32 The GLX context setup encourages multithreaded applications to
136 The intention is to allow multithreaded access to the GL at the
/external/bison/m4/
Dunlocked-io.m422 but it is not safe for multithreaded apps.])
/external/eigen/doc/
DTopicMultithreading.dox30 In the case your own application is multithreaded, and multiple threads make calls to Eigen, then y…
DSparseLinearSystems.dox47 <td> Any, rectangular</td><td>fill-in reducing, multithreaded, fast dense algebra</td>
/external/icu/icu4c/source/config/
Dmh-solaris33 # -mt means 'compiles and links a multithreaded program'
/external/autotest/client/tests/ffsb/
DREADME23 (4) use multithreaded workloads to stress the filesystem.
/external/strace/
Dstrace.spec247 - Fix errors detaching from multithreaded process on interrupt (#161919).
281 - fix multithreaded exit handling (#132150, #135254)
/external/libevent/
DREADME45 --disable-thread-support Don't support multithreaded environments.
Dwhatsnew-2.0.txt216 different thread. (Previously, if you wanted to write multithreaded code
325 Libevent 2.1 may add a multithreaded WaitForMultipleEvents-based
/external/okhttp/okio/
DREADME.md29 copying the data across. This approach is particularly helpful for multithreaded
/external/valgrind/docs/internals/
D3_7_BUGSTATUS.txt200 302630 Memcheck on multithreaded program fails with Assertion
/external/libvpx/libvpx/
DCHANGELOG115 Fixes multithreaded encoder race condition in loopfilter
364 Fix multithreaded encoding for 1 MB wide frame
560 Improved multithreaded performance
Dconfigure44 ${toggle_multithread} multithreaded encoding and decoding
/external/google-benchmark/
DREADME.md148 In a multithreaded test (benchmark invoked by multiple threads simultaneously),
/external/skia/site/dev/testing/
Dtesting.md15 very multithreaded, but some of the work, particularly GPU-backed work, is
/external/owasp/sanitizer/tools/findbugs/doc/
DAddingDetectors.txt98 MT_CORRECTNESS - multithreaded correctness issues
/external/llvm/docs/
DGarbageCollection.rst768 Denotes a multithreaded mutator; the collector must still stop the mutator
770 multithreaded mutator is a complicated problem. It generally requires highly
784 multithreaded programs. This will be added in the future as there is
DWritingAnLLVMPass.rst1418 fast enough: obviously we should allow for a multithreaded compiler. Because
1421 implement a multithreaded compiler would be for the ``PassManager`` class to
1426 multithreaded constructs, requiring only the LLVM core to have locking in a few
/external/libvncserver/
DNEWS81 This makes all VNC encodings safe to use with a multithreaded server.
/external/libxml2/
Dconfigure.ac1038 echo Disabling multithreaded support
1040 echo Enabling multithreaded support
/external/strace/debian/
Dchangelog307 + Fix errors detaching from multithreaded process on interrupt.

12