| /dragonfly/contrib/gcc-8.0/libbacktrace/ |
| HD | state.c | 46 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()
|
| HD | fileline.c | 64 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()
|
| HD | mmap.c | 128 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()
|
| HD | backtrace.h | 98 const char *filename, int threaded,
|
| HD | internal.h | 132 int threaded; member
|
| HD | dwarf.c | 2696 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()
|
| HD | elf.c | 676 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/ |
| HD | thr_kern.c | 50 _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/ |
| HD | rtld_lock.c | 87 void _rtld_setthreaded(int threaded); 90 _rtld_setthreaded(int threaded) in _rtld_setthreaded() argument 92 _rtld_isthreaded = threaded; in _rtld_setthreaded()
|
| /dragonfly/contrib/xz/ |
| HD | NEWS | 188 * 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
|
| HD | README | 61 that were created in threaded mode can be decompressed in threaded
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | tree-ssa-threadedge.c | 1194 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()
|
| HD | cfg-flags.def | 80 /* Set on blocks that cannot be threaded through.
|
| HD | cfgcleanup.c | 402 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/ |
| HD | Makefile | 42 FLAGS_GROUPS= threaded
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/ |
| D | thread | 282 // 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/ |
| HD | README | 45 The linker is multi-threaded. The Task class represents a single unit
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | cfgcleanup.c | 432 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/ |
| HD | c.opt | 874 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/ |
| HD | gprof.texi | 1622 threaded. In multi-threaded applications, or single threaded 1623 applications that link with multi-threaded libraries, the counts are
|
| HD | gprof.info | 1398 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/ |
| HD | config.host | 187 # when "optionally" threaded via weak pthread_* checks.
|
| /dragonfly/contrib/dialog/ |
| HD | CHANGES | 294 + modify to work with ncurses' threaded-library, which does not allow
|
| /dragonfly/share/dict/ |
| HD | web2a | 17596 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/ |
| HD | invoke.texi | 6564 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
|