Home
last modified time | relevance | path

Searched refs:check_counters (Results 1 – 1 of 1) sorted by relevance

/nptl/
A Dtst-thread_local1.cc99 check_counters (const char *name, const char *expected) in check_counters() function
138 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