Searched refs:the_observer_proxy_count (Results 1 – 2 of 2) sorted by relevance
76 std::atomic<int> the_observer_proxy_count; variable80 if (the_observer_proxy_count != 0) { in ~check_observer_proxy_count()81 runtime_warning("Leaked %ld observer_proxy objects\n", long(the_observer_proxy_count)); in ~check_observer_proxy_count()
32 extern std::atomic<int> the_observer_proxy_count;39 ++the_observer_proxy_count; in observer_proxy()49 --the_observer_proxy_count; in ~observer_proxy()