Home
last modified time | relevance | path

Searched defs:WorkerThreadData (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/cmds/incidentd/src/
DSection.cpp232 struct WorkerThreadData : public virtual RefBase { struct
233 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