Home
last modified time | relevance | path

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

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