Home
last modified time | relevance | path

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

1234567891011

/netbsd-src/external/gpl3/gcc/dist/libbacktrace/
H A Dstate.c46 backtrace_create_state (const char *filename, int threaded, in backtrace_create_state() argument
54 if (threaded) in backtrace_create_state()
63 init_state.threaded = threaded; in backtrace_create_state()
H A Dmmap.c132 if (!state->threaded) in backtrace_alloc()
161 if (state->threaded) in backtrace_alloc()
226 if (!state->threaded) in backtrace_free()
235 if (state->threaded) in backtrace_free()
H A Dfileline.c173 if (!state->threaded) in fileline_initialize()
184 if (!state->threaded) in fileline_initialize()
268 if (!state->threaded) in fileline_initialize()
275 if (!state->threaded) in fileline_initialize()
H A Dmacho.c654 if (!state->threaded) in macho_add_symtab()
714 if (!state->threaded) in macho_syminfo()
1282 if (!state->threaded) in backtrace_initialize()
1298 if (!state->threaded) in backtrace_initialize()
1328 if (!state->threaded) in backtrace_initialize()
1344 if (!state->threaded) in backtrace_initialize()
H A Dpecoff.c470 if (!state->threaded) in coff_add_syminfo_data()
537 if (!state->threaded) in coff_syminfo()
904 if (!state->threaded) in backtrace_initialize()
920 if (!state->threaded) in backtrace_initialize()
H A Dbacktrace.h105 const char *filename, int threaded,
/netbsd-src/external/gpl3/gcc.old/dist/libbacktrace/
H A Dstate.c46 backtrace_create_state (const char *filename, int threaded, in backtrace_create_state() argument
54 if (threaded) in backtrace_create_state()
63 init_state.threaded = threaded; in backtrace_create_state()
H A Dfileline.c64 if (!state->threaded) in fileline_initialize()
75 if (!state->threaded) in fileline_initialize()
150 if (!state->threaded) in fileline_initialize()
157 if (!state->threaded) in fileline_initialize()
H A Dmmap.c128 if (!state->threaded) in backtrace_alloc()
157 if (state->threaded) in backtrace_alloc()
222 if (!state->threaded) in backtrace_free()
231 if (state->threaded) in backtrace_free()
H A Dpecoff.c467 if (!state->threaded) in coff_add_syminfo_data()
534 if (!state->threaded) in coff_syminfo()
896 if (!state->threaded) in backtrace_initialize()
912 if (!state->threaded) in backtrace_initialize()
H A Dbacktrace.h104 const char *filename, int threaded,
/netbsd-src/external/bsd/unbound/dist/testdata/remote-threaded.tdir/
H A Dremote-threaded.dsc1 BaseName: remote-threaded
11 Pre: remote-threaded.pre
12 Post: remote-threaded.post
13 Test: remote-threaded.test
H A Dremote-threaded.pre1 # #-- remote-threaded.pre--#
18 $LDNS_TESTNS -p $FWD_PORT remote-threaded.testns >fwd.log 2>&1 &
23 …'s/@TOPORT\@/'$FWD_PORT'/' -e 's/@CONTROL_PORT\@/'$CONTROL_PORT'/' < remote-threaded.conf > ub.conf
H A Dremote-threaded.post1 # #-- remote-threaded.post --#
/netbsd-src/external/mit/expat/dist/win32/
H A DREADME.txt34 single threaded or multithreaded run-time library,
35 or using the multi-threaded run-time Dll. That is,
42 with the multi-threaded run-time library.
48 Versions that are statically linking with the multi-threaded run-time library
54 Multi-threaded: libexpat(w)MT.lib
55 Multi-threaded Dll: libexpat(w)MD.lib
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dthreaded_example.txt1 The following is a demonstration of the threaded.d script,
7 # threaded.d
35 # threaded.d
62 # threaded.d
86 # threaded.d
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dthreaded_example.txt1 The following is a demonstration of the threaded.d script,
7 # threaded.d
35 # threaded.d
62 # threaded.d
86 # threaded.d
/netbsd-src/external/bsd/unbound/dist/libunbound/python/doc/
H A Dintro.rst29 The objects are thread-safe, and a context can be used in non-threaded as well
30 as threaded environment.
/netbsd-src/external/public-domain/xz/dist/
H A DNEWS83 * Documented that threaded decompression hasn't been implemented
124 - Added support for multi-threaded compression. See the
153 - Multi-threaded compression can be enabled with the
173 * liblzma: Fixed the use of presets in threaded encoder
177 in single-threaded mode. Previously the combination only
178 worked in multi-threaded mode.
218 - Fixed a deadlock in the threaded encoder.
236 - Made the progress indicator work correctly in threaded mode.
253 - Fixed a deadlock and an invalid free() in the threaded encoder.
282 It only works correctly in single-threaded mode and when
/netbsd-src/external/apache2/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
/netbsd-src/external/bsd/unbound/dist/testdata/pymod_thread.tdir/
H A Dpymod_thread.dsc3 Description: Test python module threaded
/netbsd-src/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
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-threadedge.c1257 int threaded; in thread_across_edge() local
1259 threaded = thread_through_normal_block (e, dummy_cond, in thread_across_edge()
1266 threaded = 0; in thread_across_edge()
1268 if (threaded > 0) in thread_across_edge()
1296 if (threaded < 0) in thread_across_edge()
/netbsd-src/doc/roadmaps/
H A Dnetworking110 Make multi-threaded network stack. Targets are Layer 3 (IP forwarding),
120 Make multi-threaded network stack. Get tasks other than the above targets down.
/netbsd-src/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

1234567891011