Searched refs:localsGuard (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/libauto-186/
H A DThreadLocalCollector.h80 : _zone(zone), _coverage(zone->coverage()), _stack_bottom(current_stack_bottom), _localsGuard(thread.localsGuard()), _localBlocks(thread.locals()),
H A DThread.h306 inline sentinel_t &localsGuard() { return _localsGuard; } 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 120 milliseconds