Home | History | Annotate | Download | only in runtime

Lines Matching defs:Unregister

540   //    request flag set - (see Unregister() below).
1129 // threads since they could unregister at the wrong time.
1233 void ThreadList::Unregister(Thread* self) {
1238 VLOG(threads) << "ThreadList::Unregister() " << *self;
1266 LOG(ERROR) << "Request to unregister unattached thread " << thread_name << "\n" << os.str();