t_ptrace_threads_wait.h | 757 struct lwp_event_count bp_counts[THREAD_CONCURRENT_BREAKPOINT_NUM] local in function:thread_concurrent_test 912 *FIND_EVENT_COUNT(bp_counts, 942 ATF_CHECK_EQ_MSG(bp_counts[i].lec_count, 1, 943 "bp_counts[%d].lec_count=%d; lec_lwp=%d", 944 i, bp_counts[i].lec_count, bp_counts[i].lec_lwp); 946 ATF_CHECK_EQ_MSG(bp_counts[i].lec_count, 0, 947 "extraneous bp_counts[%d].lec_count=%d; lec_lwp=%d", 948 i, bp_counts[i].lec_count, bp_counts[i].lec_lwp) [all...] |