Searched defs:WorkerThreadData (Results 1 – 1 of 1) sorted by relevance
232 struct WorkerThreadData : public virtual RefBase { struct233 const WorkerThreadSection* section;234 Fpipe pipe;237 mutex lock;238 bool workerDone;239 status_t workerError;245 WorkerThreadData::WorkerThreadData(const WorkerThreadSection* sec) in WorkerThreadData() function in android::os::incidentd::WorkerThreadData