Lines Matching refs:ThreadCapture
17 #include "ThreadCapture.h"
340 ThreadCapture::ThreadCapture(pid_t pid, Allocator<ThreadCapture> allocator) {
345 ThreadCapture::~ThreadCapture() {}
347 bool ThreadCapture::ListThreads(TidList& tids) {
351 bool ThreadCapture::CaptureThreads() {
355 bool ThreadCapture::ReleaseThreads() {
359 bool ThreadCapture::ReleaseThread(pid_t tid) {
363 bool ThreadCapture::CapturedThreadInfo(ThreadInfoList& threads) {
367 void ThreadCapture::InjectTestFunc(std::function<void(pid_t)>&& f) {