Searched refs:counting (Results 1 – 1 of 1) sorted by relevance
54 struct counting struct56 counting () __attribute__ ((noinline, noclone));57 ~counting () __attribute__ ((noinline, noclone));63 counting<Counter>::counting () in counting() function in counting70 counting<Counter>::~counting () in ~counting()77 counting<Counter>::operation () in operation()119 static thread_local counting<&counter_static> counting_static;121 thread_local counting<&counter_anonymous_namespace>124 extern thread_local counting<&counter_extern> counting_extern;125 thread_local counting<&counter_extern> counting_extern;[all …]
Completed in 3 milliseconds