Searched defs:WorkerThreadData (Results 1 – 1 of 1) sorted by relevance
233 struct WorkerThreadData : public virtual RefBase { struct234 const WorkerThreadSection* section;235 Fpipe pipe;238 std::mutex lock;239 bool workerDone;240 status_t workerError;246 WorkerThreadData::WorkerThreadData(const WorkerThreadSection* sec) in WorkerThreadData() function in android::os::incidentd::WorkerThreadData