| /minix3/external/mit/expat/dist/win32/ |
| H A D | README.txt | 38 single threaded or multithreaded run-time library, 39 or using the multi-threaded run-time Dll. That is, 46 with the multi-threaded run-time library. 60 Multi-threaded: libexpat(w)MT.lib 61 Multi-threaded Dll: libexpat(w)MD.lib 66 single-threaded runtime library is not supported anymore.
|
| /minix3/external/mit/expat/dist/bcb5/ |
| H A D | README.txt | 26 "mt" (multi-threaded) and "d" (dynamic RTL). 66 The libexpat libraries are all built to link with the multi-threaded dynamic RTL's. 68 To create single-threaded libs, do the following: 74 2. The single threaded RTL must be called. change the RTL in the ALLLIB tag or
|
| /minix3/crypto/external/bsd/openssl/dist/doc/crypto/ |
| H A D | threads.pod | 66 OpenSSL can safely be used in multi-threaded applications provided 74 Multi-threaded applications will crash at random if it is not set. 139 lock. Multi-threaded applications might crash at random if it is not set. 142 is needed to perform locking off dynamic lock numbered n. Multi-threaded 146 needed to destroy the lock l. Multi-threaded applications might crash at
|
| H A D | BN_BLINDING_new.pod | 62 provide proper locking if needed for multi-threaded use. The "thread
|
| /minix3/external/bsd/bind/dist/bin/tests/timers/ |
| H A D | t_timers.c | 37 isc_boolean_t threaded = ISC_TRUE; variable 39 isc_boolean_t threaded = ISC_FALSE; variable 373 if (threaded) { in t1() 414 if (threaded) { in t2() 539 if (threaded) { in t3() 701 if (threaded) { in t4() 1114 if (threaded) in t5()
|
| /minix3/external/public-domain/xz/dist/doc/examples/ |
| H A D | 00_README.txt | 28 04_compress_easy_mt.c Multi-threaded multi-call
|
| /minix3/external/public-domain/xz/dist/ |
| H A D | NEWS | 40 - Added support for multi-threaded compression. See the 69 - Multi-threaded decompression can be enabled with the 88 * liblzma: Fixed the use of presets in threaded encoder 92 in single-threaded mode. Previously the combination only 93 worked in multi-threaded mode. 133 - Fixed a deadlock in the threaded encoder. 151 - Made the progress indicator work correctly in threaded mode. 168 - Fixed a deadlock and an invalid free() in the threaded encoder. 197 It only works correctly in single-threaded mode and when
|
| H A D | TODO | 59 - Implement threaded match finders.
|
| /minix3/external/bsd/llvm/dist/llvm/docs/HistoricalNotes/ |
| H A D | 2001-02-09-AdveComments.txt | 101 instruction. (It could be optional so single-threaded codes are 102 not penalized.) This could map well to multi-threaded architectures 103 while providing easy ILP for single-threaded onces. But it is probably
|
| /minix3/external/bsd/bind/dist/bin/tests/tasks/ |
| H A D | t_tasks.c | 41 isc_boolean_t threaded = ISC_TRUE; variable 43 isc_boolean_t threaded = ISC_FALSE; variable 598 if (threaded) in t2() 867 if (threaded) in t3() 1065 if (threaded) in t4() 1293 if (threaded) in t7() 1783 if (threaded) in t10() 2076 if (threaded) in t11() 2097 if (threaded) in t12() 2207 if (threaded) in t13()
|
| /minix3/external/bsd/top/dist/machine/ |
| H A D | m_sunos5.man | 3 resources. Hence on a multiprocessor machine a single threaded process 5 For example, on a 4 processor machine, a single threaded process will
|
| /minix3/external/bsd/llvm/dist/clang/test/Index/ |
| H A D | comment-misc-tags.m | 10 @abstract Single-threaded work-loop client request mechanism. 27 // CHECK-NEXT: (CXComment_Text Text=[ Single-threaded work-loop client request mechanism.] Ha…
|
| /minix3/external/public-domain/xz/dist/doc/ |
| H A D | faq.txt | 90 typically is not the case if the file was created in single-threaded 157 Q: Will xz support threaded compression? 168 reading. This also makes threaded decompression possible, although 169 it is not clear if threaded decompression will ever be implemented. 199 It is possible that the single-threaded method will be modified to
|
| /minix3/external/bsd/libc++/dist/libcxx/ |
| H A D | CREDITS.TXT | 93 D: Remote testing, Newlib port, baremetal/single-threaded support.
|
| /minix3/crypto/external/bsd/openssl/dist/ |
| H A D | INSTALL | 53 no-threads Don't try to build with support for multi-threaded 56 threads Build with support for multi-threaded applications. 299 are needed to generate a library that is suitable for multi-threaded
|
| H A D | INSTALL.NW | 367 Multi-threaded Development 369 The NetWare version of OpenSSL is thread-safe, however multi-threaded 372 is a multi-threaded test program and demonstrates the locking functions.
|
| /minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/ |
| H A D | exceptions.m | 141 // The finally cleanup has two threaded entrypoints after optimization:
|
| /minix3/external/bsd/llvm/dist/llvm/test/Transforms/JumpThreading/ |
| H A D | basic.ll | 143 ;; Lexically duplicated conditionals should be threaded. 330 ; Impossible conditional constraints should get threaded. BB3 is dead here.
|
| /minix3/sys/ufs/lfs/ |
| H A D | README | 132 free list threaded through the IFILE entries.
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
| H A D | README.txt | 136 So single-threaded programs do not have this requirement, even with a copying
|
| /minix3/external/bsd/libc++/dist/libcxx/include/ |
| H A D | shared_mutex | 139 #error <shared_mutex> is not supported on this single threaded system
|
| H A D | thread | 111 #error <thread> is not supported on this single threaded system
|
| /minix3/external/bsd/libevent/dist/m4/ |
| H A D | acx_pthread.m4 | 17 # multi-threaded programs (defaults to the value of CC otherwise).
|
| /minix3/external/bsd/llvm/dist/clang/docs/ |
| H A D | ThreadSafetyAnalysis.rst | 16 Thread safety analysis works very much like a type system for multi-threaded 19 controlled in a multi-threaded environment. For example, if ``foo`` is
|
| /minix3/external/bsd/llvm/dist/llvm/docs/ |
| H A D | ProgrammersManual.rst | 2162 through version 2.5, the execution of threaded hosted applications was 2163 supported, but not threaded client access to the APIs. While this use case is 2168 intrinsics in order to support threaded operation. If you need a 2170 compiler, consider compiling LLVM and LLVM-GCC in single-threaded mode, and 2189 single-threaded environment, it implements a simple lazy initialization scheme. 2232 LLVM's "eager" JIT compiler is safe to use in threaded programs. Multiple 2246 threaded program if you ensure that only one thread at a time can call any 2248 using only the eager JIT in threaded programs.
|