Searched refs:FIND_EVENT_COUNT (Results 1 – 2 of 2) sorted by relevance
171 *FIND_EVENT_COUNT(traced_lwps, lid) += 1; in trace_threads()210 int *count = FIND_EVENT_COUNT(traced_lwps, lid); in trace_threads()902 *FIND_EVENT_COUNT(signal_counts, info.psi_lwpid) += 1; in thread_concurrent_test()914 *FIND_EVENT_COUNT(bp_counts, in thread_concurrent_test()918 *FIND_EVENT_COUNT(wp_counts, in thread_concurrent_test()
754 #define FIND_EVENT_COUNT(list, lwp) \ macro