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

/macosx-10.10.1/libauto-186/
H A Dauto_gdb_interface.cpp201 char _is_thread_local : 1; // true if this node is thread local. member in struct:Auto::GDBRootFinder::Node
204 Node(void *address) : _address(address), _target(NULL), _references(), _color(White), _is_thread_local(0), _is_retained(0) {}
347 node->_is_thread_local = 1;
428 } else if (considerThreadLocalGarbage && slotNode->_is_thread_local) {

Completed in 255 milliseconds