Searched refs:check_counters (Results 1 – 1 of 1) sorted by relevance
99 check_counters (const char *name, const char *expected) in check_counters() function138 check_counters ("early in thread_with_access", "0/0 0/0 0/0 1/0"); in thread_with_access()142 check_counters ("in thread_with_access", "1/0 1/0 1/0 1/0"); in thread_with_access()187 check_counters ("initial", "0/0 0/0 0/0 0/0"); in do_test()189 check_counters ("after thread_without_access", "0/0 0/0 0/0 0/0"); in do_test()192 check_counters ("after thread_with_access", "1/1 1/1 1/1 1/1"); in do_test()
Completed in 3 milliseconds