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

/macosx-10.10.1/libauto-186/
H A DThread.h223 bool _in_collector; // used to indicate that a thread is running inside the collector itself member in class:Auto::Thread
309 inline void set_in_collector(bool value) { _in_collector = value; }
310 inline bool in_collector() const { return _in_collector; }
H A DThread.cpp52 _destructor_count(0), _in_collector(false), _tlc_watchdog_counter(0), _pending_count_accumulator(NULL)

Completed in 90 milliseconds