Searched defs:nspid (Results 1 – 1 of 1) sorted by relevance
79 Impl(int pid, int nspid, bool crash) : pid_(nspid) in Impl()297 Unwinder::Unwinder(int pid, int nspid, bool crash) : impl_(std::make_shared<Impl>(pid, nspid, crash… in Unwinder()