Searched refs:multithreaded (Results 1 – 25 of 34) sorted by relevance
12
/external/libchrome/base/threading/ |
D | platform_thread_mac.mm | 26 // 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/ |
D | benchmark.cc | 267 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/ |
D | IlmBaseConfig.h.cmakein | 3 // and you want IlmBase to use it for multithreaded file I/O.
|
D | ChangeLog.openexr | 285 updated some comments, added comments, more multithreaded 324 to allow thread-safe library initialization in multithreaded
|
/external/mesa3d/docs/ |
D | MESA_multithread_makecurrent.spec | 32 The GLX context setup encourages multithreaded applications to 136 The intention is to allow multithreaded access to the GL at the
|
/external/bison/m4/ |
D | unlocked-io.m4 | 22 but it is not safe for multithreaded apps.])
|
/external/eigen/doc/ |
D | TopicMultithreading.dox | 30 In the case your own application is multithreaded, and multiple threads make calls to Eigen, then y…
|
D | SparseLinearSystems.dox | 47 <td> Any, rectangular</td><td>fill-in reducing, multithreaded, fast dense algebra</td>
|
/external/icu/icu4c/source/config/ |
D | mh-solaris | 33 # -mt means 'compiles and links a multithreaded program'
|
/external/autotest/client/tests/ffsb/ |
D | README | 23 (4) use multithreaded workloads to stress the filesystem.
|
/external/strace/ |
D | strace.spec | 247 - Fix errors detaching from multithreaded process on interrupt (#161919). 281 - fix multithreaded exit handling (#132150, #135254)
|
/external/libevent/ |
D | README | 45 --disable-thread-support Don't support multithreaded environments.
|
D | whatsnew-2.0.txt | 216 different thread. (Previously, if you wanted to write multithreaded code 325 Libevent 2.1 may add a multithreaded WaitForMultipleEvents-based
|
/external/okhttp/okio/ |
D | README.md | 29 copying the data across. This approach is particularly helpful for multithreaded
|
/external/valgrind/docs/internals/ |
D | 3_7_BUGSTATUS.txt | 200 302630 Memcheck on multithreaded program fails with Assertion
|
/external/libvpx/libvpx/ |
D | CHANGELOG | 115 Fixes multithreaded encoder race condition in loopfilter 364 Fix multithreaded encoding for 1 MB wide frame 560 Improved multithreaded performance
|
D | configure | 44 ${toggle_multithread} multithreaded encoding and decoding
|
/external/google-benchmark/ |
D | README.md | 148 In a multithreaded test (benchmark invoked by multiple threads simultaneously),
|
/external/skia/site/dev/testing/ |
D | testing.md | 15 very multithreaded, but some of the work, particularly GPU-backed work, is
|
/external/owasp/sanitizer/tools/findbugs/doc/ |
D | AddingDetectors.txt | 98 MT_CORRECTNESS - multithreaded correctness issues
|
/external/llvm/docs/ |
D | GarbageCollection.rst | 768 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
|
D | WritingAnLLVMPass.rst | 1418 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/ |
D | NEWS | 81 This makes all VNC encodings safe to use with a multithreaded server.
|
/external/libxml2/ |
D | configure.ac | 1038 echo Disabling multithreaded support 1040 echo Enabling multithreaded support
|
/external/strace/debian/ |
D | changelog | 307 + Fix errors detaching from multithreaded process on interrupt.
|
12