Searched refs:Detach (Results 1 – 11 of 11) sorted by relevance
97 bool Detach(pid_t pid) { in Detach() function117 if (!Detach(pid)) { in WaitForPidState()139 if (!Detach(pid)) { in WaitForPidStateAfterAttach()
74 if (cur_attached_tid_ != kNoThreadAttached) Detach(cur_attached_tid_); in ~ProcessTracer()100 bool ProcessTracer::Detach(pid_t tid) { in Detach() function in unwindstack::ProcessTracer154 if (!Detach(pid_)) return false; in StopInDesiredElf()160 if (!Detach(tid)) return false; in StopInDesiredElf()
36 bool Detach(pid_t pid);
52 bool Detach(pid_t tid);
199 ASSERT_TRUE(proc.Detach(child_pid_)); in TEST_P()204 ASSERT_TRUE(proc.Detach(tid)); in TEST_P()227 ASSERT_FALSE(proc.Detach(getpid())); in TEST_P()233 ASSERT_FALSE(proc.Detach(child_pid_)); in TEST_P()
81 bool LoopControl::Detach(const std::string& loopdev) const { in Detach() function in android::dm::LoopControl168 control_.Detach(device_); in ~LoopDevice()
77 Detach(pid_); in TearDown()
44 bool Detach(const std::string& loopdev) const;
411 if (!proc.Detach(proc.pid())) return EXIT_FAILURE; in main()415 if (!proc.Detach(tid)) return EXIT_FAILURE; in main()
357 control_.Detach(device); in ~AutoDetachLoopDevices()625 loop->Detach(pieces[1]); in UnmapImageDevice()
529 loop_control.Detach(loop_device); in do_mount()