Searched refs:pass_count (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dtracepoint.h63 int pass_count; member in struct:tracepoint
H A Dminimon.h254 INT32 pass_count; member in struct:bkpt_set_msg_t
450 INT32 pass_count; member in struct:bkpt_set_ack_msg_t
470 INT32 pass_count; member in struct:bkpt_stat_ack_msg_t
H A Dtracepoint.c357 t->pass_count = 0;
505 printf_filtered ("%-5d %-5ld ", t->pass_count, t->step_count);
729 t2->pass_count = count;
1742 t->step_count, t->pass_count);
2297 if (tp->pass_count)
2298 fprintf (fp, " passcount %d\n", tp->pass_count);
/freebsd-10.1-release/lib/libkse/test/
H A Dmutex_d.c170 static int error_count = 0, pass_count = 0, total = 0; variable
217 pass_count = pass_count + 1;
1535 total, pass_count, error_count);

Completed in 113 milliseconds