HomeSort by: relevance | last modified time | path
    Searched refs:threaded (Results 1 - 25 of 62) sorted by relevancy

1 2 3

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
kill.exp 20 # Run the test proper. THREADED indicates whether to build a threaded
23 proc test {threaded} {
26 with_test_prefix [expr ($threaded)?"threaded":"non-threaded"] {
29 if {$threaded} {
49 if {$threaded} {
78 foreach threaded {true false} {
79 test $threaded
    [all...]
attach-stopped.exp 59 if {[string equal $threadtype threaded]} {
90 untested "attach-stopped.exp (threaded)"
94 corefunc threaded
attach-into-signal.exp 66 if { $threadtype == "threaded" } {
67 # In the threaded case, the signal is left
132 untested "attach-into-signal.exp (threaded)"
136 corefunc threaded ${executable_thr}
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
kill.exp 20 # Run the test proper. THREADED indicates whether to build a threaded
23 proc test {threaded} {
26 with_test_prefix [expr ($threaded)?"threaded":"non-threaded"] {
29 if {$threaded} {
49 if {$threaded} {
78 foreach threaded {true false} {
79 test $threaded
    [all...]
attach-stopped.exp 59 if {[string equal $threadtype threaded]} {
90 untested "attach-stopped.exp (threaded)"
94 corefunc threaded
attach-into-signal.exp 66 if { $threadtype == "threaded" } {
67 # In the threaded case, the signal is left
132 untested "attach-into-signal.exp (threaded)"
136 corefunc threaded ${executable_thr}
  /src/external/gpl3/gcc/dist/libbacktrace/
state.c 46 backtrace_create_state (const char *filename, int threaded,
54 if (threaded)
63 init_state.threaded = threaded;
backtrace.h 91 permanent buffer. If THREADED is non-zero the state may be
93 use appropriate atomic operations. If THREADED is zero the state
105 const char *filename, int threaded,
fileline.c 257 if (!state->threaded)
268 if (!state->threaded)
363 if (!state->threaded)
370 if (!state->threaded)
mmap.c 132 if (!state->threaded)
161 if (state->threaded)
226 if (!state->threaded)
235 if (state->threaded)
  /src/external/gpl3/gcc.old/dist/libbacktrace/
state.c 46 backtrace_create_state (const char *filename, int threaded,
54 if (threaded)
63 init_state.threaded = threaded;
backtrace.h 91 permanent buffer. If THREADED is non-zero the state may be
93 use appropriate atomic operations. If THREADED is zero the state
105 const char *filename, int threaded,
fileline.c 173 if (!state->threaded)
184 if (!state->threaded)
268 if (!state->threaded)
275 if (!state->threaded)
mmap.c 132 if (!state->threaded)
161 if (state->threaded)
226 if (!state->threaded)
235 if (state->threaded)
  /src/external/gpl3/gdb/dist/libbacktrace/
state.c 46 backtrace_create_state (const char *filename, int threaded,
54 if (threaded)
63 init_state.threaded = threaded;
backtrace.h 91 permanent buffer. If THREADED is non-zero the state may be
93 use appropriate atomic operations. If THREADED is zero the state
105 const char *filename, int threaded,
fileline.c 226 if (!state->threaded)
237 if (!state->threaded)
329 if (!state->threaded)
336 if (!state->threaded)
mmap.c 132 if (!state->threaded)
161 if (state->threaded)
226 if (!state->threaded)
235 if (state->threaded)
  /src/external/gpl3/gdb.old/dist/libbacktrace/
state.c 46 backtrace_create_state (const char *filename, int threaded,
54 if (threaded)
63 init_state.threaded = threaded;
backtrace.h 91 permanent buffer. If THREADED is non-zero the state may be
93 use appropriate atomic operations. If THREADED is zero the state
105 const char *filename, int threaded,
fileline.c 226 if (!state->threaded)
237 if (!state->threaded)
329 if (!state->threaded)
336 if (!state->threaded)
mmap.c 132 if (!state->threaded)
161 if (state->threaded)
226 if (!state->threaded)
235 if (state->threaded)
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
run-attach-while-running.exp 18 # We test a non-threaded and a threaded configuration, so that targets
32 # - threaded: 0 or 1
35 proc_with_prefix test { non-stop threaded run-or-attach } {
75 # non-threaded version, our only thread is stopped in any case, so
79 if { ${non-stop} == "off" || !${threaded} } {
108 foreach_with_prefix threaded {0 1} {
109 set options [list debug additional_flags=-DWITH_THREADS=$threaded \
111 if { $threaded } {
123 test ${non-stop} ${threaded} ${run-or-attach
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
run-attach-while-running.exp 18 # We test a non-threaded and a threaded configuration, so that targets
32 # - threaded: 0 or 1
35 proc_with_prefix test { non-stop threaded run-or-attach } {
76 # non-threaded version, our only thread is stopped in any case, so
80 if { ${non-stop} == "off" || !${threaded} } {
109 foreach_with_prefix threaded {0 1} {
110 set options [list debug additional_flags=-DWITH_THREADS=$threaded \
112 if { $threaded } {
124 test ${non-stop} ${threaded} ${run-or-attach
    [all...]
  /src/external/bsd/zstd/dist/lib/
Makefile 57 # Note: by default, the static library is built single-threaded and dynamic library is built
58 # multi-threaded. It is possible to force multi or single threaded builds by appending
59 # -mt or -nomt to the build target (like lib-mt for multi-threaded, lib-nomt for single-threaded).
62 CPPFLAGS_DYNLIB += -DZSTD_MULTITHREAD # dynamic library build defaults to multi-threaded
64 CPPFLAGS_STATICLIB += # static library build defaults to single-threaded
126 @echo compiling multi-threaded static library $(LIBVER),\
127 @echo compiling single-threaded static library $(LIBVER))
167 @echo compiling multi-threaded dynamic library $(LIBVER),
    [all...]

Completed in 28 milliseconds

1 2 3