Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/src/
DSection.cpp404 struct WorkerThreadData : public virtual RefBase { struct
405 const WorkerThreadSection* section;
406 Fpipe pipe;
409 mutex lock;
410 bool workerDone;
411 status_t workerError;
417 WorkerThreadData::WorkerThreadData(const WorkerThreadSection* sec) in WorkerThreadData() function in android::os::incidentd::WorkerThreadData