Home
last modified time | relevance | path

Searched refs:StopThreadAndWatchProcFS (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/sandbox/linux/services/
Dthread_helpers_unittests.cc66 ASSERT_TRUE(ThreadHelpers::StopThreadAndWatchProcFS(proc_fd.fd(), &thread)); in TEST()
89 ASSERT_TRUE(ThreadHelpers::StopThreadAndWatchProcFS(proc_fd.fd(), &thread)); in TEST()
105 ASSERT_TRUE(ThreadHelpers::StopThreadAndWatchProcFS(proc_fd.fd(), &thread)); in TEST()
Dthread_helpers.h37 static bool StopThreadAndWatchProcFS(int proc_fd, base::Thread* thread);
Dthread_helpers.cc190 bool ThreadHelpers::StopThreadAndWatchProcFS(int proc_fd, in StopThreadAndWatchProcFS() function in sandbox::ThreadHelpers