Searched refs:OrderChecker (Results 1 – 1 of 1) sorted by relevance
19 class OrderChecker { class21 explicit OrderChecker(int n) : n_{n} { } in OrderChecker() function in OrderChecker23 ~OrderChecker() { in ~OrderChecker()35 thread_local OrderChecker checker{ID}; in ~CreatesThreadLocalInDestructor()39 OrderChecker global{7};42 static OrderChecker fn_static{5}; in thread_fn()44 thread_local OrderChecker fn_thread_local{1}; in thread_fn()49 static OrderChecker fn_static{6}; in main()54 thread_local OrderChecker fn_thread_local{4}; in main()