Home
last modified time | relevance | path

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

12

/dragonfly/contrib/gcc-8.0/libbacktrace/
HDstate.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()
HDfileline.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()
HDmmap.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()
HDbacktrace.h98 const char *filename, int threaded,
HDinternal.h132 int threaded; member
HDdwarf.c2696 if (state->threaded) in dwarf_lookup_pc()
2708 if (state->threaded) in dwarf_lookup_pc()
2730 if (state->threaded) in dwarf_lookup_pc()
2748 if (!state->threaded) in dwarf_lookup_pc()
2873 if (!state->threaded) in dwarf_fileline()
3003 if (!state->threaded) in backtrace_dwarf_add()
HDelf.c676 if (!state->threaded) in elf_add_syminfo_data()
723 if (!state->threaded) in elf_syminfo()
3315 if (!state->threaded) in backtrace_initialize()
3331 if (!state->threaded) in backtrace_initialize()
/dragonfly/lib/libthread_xu/thread/
HDthr_kern.c50 _thr_setthreaded(int threaded) in _thr_setthreaded() argument
52 if (((threaded == 0) ^ (__isthreaded == 0)) == 0) in _thr_setthreaded()
54 __isthreaded = threaded; in _thr_setthreaded()
57 _rtld_setthreaded(threaded); in _thr_setthreaded()
60 if (threaded != 0) in _thr_setthreaded()
/dragonfly/libexec/rtld-elf/
HDrtld_lock.c87 void _rtld_setthreaded(int threaded);
90 _rtld_setthreaded(int threaded) in _rtld_setthreaded() argument
92 _rtld_isthreaded = threaded; in _rtld_setthreaded()
/dragonfly/contrib/xz/
HDNEWS188 * Documented that threaded decompression hasn't been implemented
229 - Added support for multi-threaded compression. See the
258 - Multi-threaded compression can be enabled with the
278 * liblzma: Fixed the use of presets in threaded encoder
282 in single-threaded mode. Previously the combination only
283 worked in multi-threaded mode.
323 - Fixed a deadlock in the threaded encoder.
341 - Made the progress indicator work correctly in threaded mode.
358 - Fixed a deadlock and an invalid free() in the threaded encoder.
387 It only works correctly in single-threaded mode and when
HDREADME61 that were created in threaded mode can be decompressed in threaded
/dragonfly/contrib/gcc-8.0/gcc/
HDtree-ssa-threadedge.c1194 int threaded; in thread_across_edge() local
1196 threaded = thread_through_normal_block (e, dummy_cond, in thread_across_edge()
1203 threaded = 0; in thread_across_edge()
1205 if (threaded > 0) in thread_across_edge()
1233 if (threaded < 0) in thread_across_edge()
HDcfg-flags.def80 /* Set on blocks that cannot be threaded through.
HDcfgcleanup.c402 bool threaded = false; in try_forward_edges() local
523 threaded |= new_target_threaded; in try_forward_edges()
544 if (threaded && target != EXIT_BLOCK_PTR_FOR_FN (cfun)) in try_forward_edges()
/dragonfly/usr.bin/xz/
HDMakefile42 FLAGS_GROUPS= threaded
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
Dthread282 // single-threaded programs using GNU libc). Assume EqualityComparable.
343 // libpthread.so but returns 0, so we cannot use it in single-threaded
/dragonfly/contrib/binutils-2.27/gold/
HDREADME45 The linker is multi-threaded. The Task class represents a single unit
/dragonfly/contrib/gcc-4.7/gcc/
HDcfgcleanup.c432 bool threaded = false; in try_forward_edges() local
557 threaded |= new_target_threaded; in try_forward_edges()
579 if (threaded && target != EXIT_BLOCK_PTR) in try_forward_edges()
/dragonfly/contrib/gcc-4.7/gcc/c-family/
HDc.opt874 Add mudflap bounds-checking instrumentation for single-threaded program
878 Add mudflap bounds-checking instrumentation for multi-threaded program
/dragonfly/contrib/binutils-2.27/gprof/
HDgprof.texi1622 threaded. In multi-threaded applications, or single threaded
1623 applications that link with multi-threaded libraries, the counts are
HDgprof.info1398 threaded. In multi-threaded applications, or single threaded
1399 applications that link with multi-threaded libraries, the counts are
/dragonfly/contrib/gcc-4.7/libgcc/
HDconfig.host187 # when "optionally" threaded via weak pthread_* checks.
/dragonfly/contrib/dialog/
HDCHANGES294 + modify to work with ncurses' threaded-library, which does not allow
/dragonfly/share/dict/
HDweb2a17596 double-threaded
21280 fine-threaded
36264 multiple-threaded
50474 screw-threaded
54495 silken-threaded
54856 single-threaded
55943 small-threaded
58532 square-threaded
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDinvoke.texi6564 link if your program is multi-threaded. Use @option{-fmudflapir}, in
7326 This transformation can be unsafe for multi-threaded programs as it
8057 Profiles collected using an instrumented binary for multi-threaded programs may
19537 a single-threaded environment since stack overflow is automatically
19593 is most useful when running threaded programs, as it is no longer

12