Searched refs:OrderChecker (Results 1 – 1 of 1) sorted by relevance
22 class OrderChecker { class24 explicit OrderChecker(int n) : n_{n} { } in OrderChecker() function in OrderChecker26 ~OrderChecker() { in ~OrderChecker()38 thread_local OrderChecker checker{ID}; in ~CreatesThreadLocalInDestructor()42 OrderChecker global{7};45 static OrderChecker fn_static{5}; in thread_fn()47 thread_local OrderChecker fn_thread_local{1}; in thread_fn()52 static OrderChecker fn_static{6}; in main()57 thread_local OrderChecker fn_thread_local{4}; in main()