Lines Matching defs:wp_counts
759 struct lwp_event_count wp_counts[THREAD_CONCURRENT_BREAKPOINT_NUM]
916 *FIND_EVENT_COUNT(wp_counts,
951 ATF_CHECK_EQ_MSG(wp_counts[i].lec_count, 1,
952 "wp_counts[%d].lec_count=%d; lec_lwp=%d",
953 i, wp_counts[i].lec_count, wp_counts[i].lec_lwp);
955 ATF_CHECK_EQ_MSG(wp_counts[i].lec_count, 0,
956 "extraneous wp_counts[%d].lec_count=%d; lec_lwp=%d",
957 i, wp_counts[i].lec_count, wp_counts[i].lec_lwp);