Searched refs:worker_ (Results 1 – 2 of 2) sorted by relevance
33 worker_ = std::thread(&BPFLogReader::MoveBPFLog, this); in Start()57 std::thread worker_; variable
30 if (worker_.joinable()) { in ~BPFLogReader()31 worker_.join(); in ~BPFLogReader()