Searched refs:tlc_watchdog_should_trigger (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/libauto-186/
H A DThread.h315 inline bool tlc_watchdog_should_trigger() { return _tlc_watchdog_counter == 4; } function in class:Auto::Thread
H A DThreadLocalCollector.cpp418 bool collect = (malloc_logger == NULL) && thread.tlc_watchdog_should_trigger() && !Sentinel::is_guarded(thread.localsGuard()) && thread.locals().count() > 0;

Completed in 76 milliseconds