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

1 2 3 4 5

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
clone-attach-detach.exp 44 for {set attempt 1} {$attempt <= $attempts} {incr attempt} {
45 with_test_prefix "fg attach $attempt" {
74 for {set attempt 1} {$attempt <= $attempts} {incr attempt} {
75 with_test_prefix "bg attach $attempt" {
attach-into-signal.exp 50 # linux-2.6.20.4.x86_64 had maximal attempt # 20 in 4 test runs.
52 set attempt 1
54 while { $passes < 3 && $attempt <= $attempts } {
60 verbose -log "$test succeeded on the attempt # $attempt of $attempts"
87 set attempt [expr $attempt + 1]
90 verbose -log "$test succeeded on the attempt # $attempt of $attempts"
102 if {$attempt > $attempts}
    [all...]
attach-many-short-lived-threads.exp 67 for {set attempt 1} { $attempt <= $attempts } { incr attempt } {
68 with_test_prefix "iter $attempt" {
172 if {$attempt < $attempts} {
detach-step-over.exp 148 # mode or not. ATTEMPT is the current attempt number, and ATTEMPTS is the
153 proc prepare_test_iter {testpid non_stop attempt attempts tid_re} {
167 if {$attempt < $attempts} {
218 for {set attempt 1} { $attempt <= $attempts } { incr attempt } {
219 with_test_prefix "iter $attempt" {
223 $attempt $attempts "$::decimal\.$::decimal"]} {
326 for {set attempt 1} { $attempt <= $attempts } { incr attempt }
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
clone-attach-detach.exp 44 for {set attempt 1} {$attempt <= $attempts} {incr attempt} {
45 with_test_prefix "fg attach $attempt" {
74 for {set attempt 1} {$attempt <= $attempts} {incr attempt} {
75 with_test_prefix "bg attach $attempt" {
attach-into-signal.exp 50 # linux-2.6.20.4.x86_64 had maximal attempt # 20 in 4 test runs.
52 set attempt 1
54 while { $passes < 3 && $attempt <= $attempts } {
60 verbose -log "$test succeeded on the attempt # $attempt of $attempts"
87 set attempt [expr $attempt + 1]
90 verbose -log "$test succeeded on the attempt # $attempt of $attempts"
102 if {$attempt > $attempts}
    [all...]
attach-many-short-lived-threads.exp 67 for {set attempt 1} { $attempt <= $attempts } { incr attempt } {
68 with_test_prefix "iter $attempt" {
172 if {$attempt < $attempts} {
detach-step-over.exp 148 # mode or not. ATTEMPT is the current attempt number, and ATTEMPTS is the
153 proc prepare_test_iter {testpid non_stop attempt attempts tid_re} {
167 if {$attempt < $attempts} {
218 for {set attempt 1} { $attempt <= $attempts } { incr attempt } {
219 with_test_prefix "iter $attempt" {
223 $attempt $attempts "$::decimal\.$::decimal"]} {
326 for {set attempt 1} { $attempt <= $attempts } { incr attempt }
    [all...]
  /src/usr.bin/rump_wmd/
rump_wmd.sh 140 for attempt in ${ALLCOMP}; do
141 debug 2 Component attempt: ${attempt}
145 ${attempt} ${CURCOMP} ${RUMPBASE} 2>&1 \
150 CURCOMP="${attempt} ${CURCOMP}"
151 filter ${attempt} ALLCOMP
152 debug 1 Found ${undef} from ${attempt}
  /src/external/lgpl2/userspace-rcu/dist/include/urcu/static/
wfqueue.h 87 int attempt = 0; local
93 if (++attempt >= WFQ_ADAPT_ATTEMPTS) {
95 attempt = 0;
wfcqueue.h 243 ___cds_wfcq_busy_wait(int *attempt, int blocking)
247 if (++(*attempt) >= WFCQ_ADAPT_ATTEMPTS) {
249 *attempt = 0;
263 int attempt = 0; local
271 if (___cds_wfcq_busy_wait(&attempt, blocking))
527 int attempt = 0; local
547 if (___cds_wfcq_busy_wait(&attempt, blocking))
wfstack.h 156 int attempt = 0; local
164 if (++attempt >= CDS_WFS_ADAPT_ATTEMPTS) {
166 attempt = 0;
  /src/external/gpl3/gdb/dist/gdb/
hppa-linux-tdep.c 138 int attempt; local
156 for (attempt = 0; attempt < ARRAY_SIZE (pcoffs); attempt++)
158 if (insns_match_pattern (gdbarch, sp + pcoffs[attempt],
161 offs = sfoffs[attempt];
173 attempt = 2;
174 sp = pc - pcoffs[attempt];
186 return sp + sfoffs[attempt] + 128 + 24;
321 /* Attempt to find (and return) the global pointer for the give
    [all...]
build-id.c 367 for (unsigned attempt = 0, max_attempts = 1;
368 attempt < max_attempts && abfd == nullptr;
369 ++attempt)
375 if (abfd != nullptr || attempt > 0)
378 /* Attempt to query debuginfod for the executable. This will only
379 get run during the first attempt, if an extension language hook
380 (see below) asked for a second attempt then we will have already
  /src/external/gpl3/gdb.old/dist/gdb/
hppa-linux-tdep.c 138 int attempt; local
156 for (attempt = 0; attempt < ARRAY_SIZE (pcoffs); attempt++)
158 if (insns_match_pattern (gdbarch, sp + pcoffs[attempt],
161 offs = sfoffs[attempt];
173 attempt = 2;
174 sp = pc - pcoffs[attempt];
186 return sp + sfoffs[attempt] + 128 + 24;
321 /* Attempt to find (and return) the global pointer for the give
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-cc-fusion.cc 129 auto attempt = crtl->ssa->new_change_attempt (); local
152 use_array cc_uses = remove_note_accesses (attempt, cc_insn->uses ());
153 use_array other_set_uses = remove_note_accesses (attempt,
157 access_array_builder uses_builder (attempt);
166 cc_change.new_uses = merge_access_arrays (attempt, other_set_uses, cc_uses);
208 if (!recog_ignoring (attempt, cc_change, insn_is_changing (changes))
aarch64-ldp-fusion.cc 1364 fixup_debug_use (obstack_watermark &attempt,
1377 change.new_uses = check_remove_regno_access (attempt,
1399 new_use = crtl->ssa->create_use (attempt,
1406 change.new_uses = insert_access (attempt, new_use, change.new_uses);
1461 // ATTEMPT is used to allocate RTL-SSA temporaries for the changes,
1467 fixup_debug_uses_trailing_add (obstack_watermark &attempt,
1486 fixup_debug_use (attempt, use, def, base, wb_offset);
1492 // ATTEMPT is the obstack watermark used to allocate RTL-SSA temporaries for
1504 fixup_debug_uses (obstack_watermark &attempt,
1534 fixup_debug_use (attempt, use, def, base, offset)
1674 auto attempt = crtl->ssa->new_change_attempt (); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-cc-fusion.cc 129 auto attempt = crtl->ssa->new_change_attempt (); local
152 use_array cc_uses = remove_note_accesses (attempt, cc_insn->uses ());
153 use_array other_set_uses = remove_note_accesses (attempt,
157 access_array_builder uses_builder (attempt);
166 cc_change.new_uses = merge_access_arrays (attempt, other_set_uses, cc_uses);
208 if (!recog_ignoring (attempt, cc_change, insn_is_changing (changes))
  /src/external/gpl3/gdb/dist/sim/testsuite/sh/
movli.s 27 # Now attempt an unlinked move of r0 to z
  /src/external/gpl3/gdb.old/dist/sim/testsuite/sh/
movli.s 27 # Now attempt an unlinked move of r0 to z
  /src/external/gpl3/binutils/dist/ld/
ldfile.c 346 ldfile_try_open_bfd (const char *attempt,
349 entry->the_bfd = bfd_openr (attempt, entry->target);
354 info_msg (_("attempt to open %s failed\n"), attempt);
356 info_msg (_("attempt to open %s succeeded\n"), attempt);
368 track_dependency_files (attempt);
413 ldfile_open_command_file (attempt);
477 attempt, entry->local_sym_name);
489 attempt);
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
ldfile.c 348 ldfile_try_open_bfd (const char *attempt,
351 entry->the_bfd = bfd_openr (attempt, entry->target);
356 info_msg (_("attempt to open %s failed\n"), attempt);
358 info_msg (_("attempt to open %s succeeded\n"), attempt);
372 track_dependency_files (attempt);
419 ldfile_open_command_file (attempt);
483 attempt, entry->local_sym_name);
495 attempt);
    [all...]
  /src/external/bsd/elftosb/dist/common/
options.cpp 304 // static kwdmatch_t kwdmatch(src, attempt, len)
308 // char * attempt -- the possible keyword to compare against "src"
309 // int len -- number of character of "attempt" to consider
310 // (if 0 then we should use all of "attempt")
313 // See if "attempt" matches some prefix of "src" (case insensitive).
316 // - attempt should be non-NULL and non-empty
329 kwdmatch(const char * src, const char * attempt, int len =0) {
332 if (src == attempt) return EXACT_MATCH ;
333 if ((src == NULL) || (attempt == NULL)) return NO_MATCH ;
334 if ((! *src) && (! *attempt)) return EXACT_MATCH
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
fwprop.cc 431 try_fwprop_subst_pattern (obstack_watermark &attempt, insn_change &use_change,
477 bool ok = recog (attempt, use_change);
584 auto attempt = crtl->ssa->new_change_attempt (); local
585 use_array src_uses = remove_note_accesses (attempt, def_insn->uses ());
599 src_uses = crtl->ssa->make_uses_available (attempt, src_uses,
607 use_change.new_uses = merge_access_arrays (attempt, use_change.new_uses,
618 return (try_fwprop_subst_pattern (attempt, use_change, def, loc, dest, src)
  /src/external/gpl3/gcc.old/dist/gcc/
fwprop.cc 431 try_fwprop_subst_pattern (obstack_watermark &attempt, insn_change &use_change,
473 bool ok = recog (attempt, use_change);
579 auto attempt = crtl->ssa->new_change_attempt (); local
580 use_array src_uses = remove_note_accesses (attempt, def_insn->uses ());
594 src_uses = crtl->ssa->make_uses_available (attempt, src_uses,
602 use_change.new_uses = merge_access_arrays (attempt, use_change.new_uses,
613 return (try_fwprop_subst_pattern (attempt, use_change, def, loc, dest, src)

Completed in 29 milliseconds

1 2 3 4 5