Home
last modified time | relevance | path

Searched refs:threaded (Results 1 – 25 of 62) sorted by relevance

123

/minix3/external/mit/expat/dist/win32/
H A DREADME.txt38 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 DREADME.txt26 "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 Dthreads.pod66 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 DBN_BLINDING_new.pod62 provide proper locking if needed for multi-threaded use. The "thread
/minix3/external/bsd/bind/dist/bin/tests/timers/
H A Dt_timers.c37 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 D00_README.txt28 04_compress_easy_mt.c Multi-threaded multi-call
/minix3/external/public-domain/xz/dist/
H A DNEWS40 - 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 DTODO59 - Implement threaded match finders.
/minix3/external/bsd/llvm/dist/llvm/docs/HistoricalNotes/
H A D2001-02-09-AdveComments.txt101 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 Dt_tasks.c41 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 Dm_sunos5.man3 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 Dcomment-misc-tags.m10 @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 Dfaq.txt90 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 DCREDITS.TXT93 D: Remote testing, Newlib port, baremetal/single-threaded support.
/minix3/crypto/external/bsd/openssl/dist/
H A DINSTALL53 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 DINSTALL.NW367 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 Dexceptions.m141 // The finally cleanup has two threaded entrypoints after optimization:
/minix3/external/bsd/llvm/dist/llvm/test/Transforms/JumpThreading/
H A Dbasic.ll143 ;; Lexically duplicated conditionals should be threaded.
330 ; Impossible conditional constraints should get threaded. BB3 is dead here.
/minix3/sys/ufs/lfs/
H A DREADME132 free list threaded through the IFILE entries.
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DREADME.txt136 So single-threaded programs do not have this requirement, even with a copying
/minix3/external/bsd/libc++/dist/libcxx/include/
H A Dshared_mutex139 #error <shared_mutex> is not supported on this single threaded system
H A Dthread111 #error <thread> is not supported on this single threaded system
/minix3/external/bsd/libevent/dist/m4/
H A Dacx_pthread.m417 # multi-threaded programs (defaults to the value of CC otherwise).
/minix3/external/bsd/llvm/dist/clang/docs/
H A DThreadSafetyAnalysis.rst16 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 DProgrammersManual.rst2162 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.

123