Home
last modified time | relevance | path

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

/external/libchrome/sandbox/linux/services/
Dthread_helpers_unittests.cc62 ASSERT_TRUE(ThreadHelpers::StartThreadAndWatchProcFS(proc_fd.fd(), &thread)); in TEST()
86 ThreadHelpers::StartThreadAndWatchProcFS(proc_fd.fd(), &thread)); in TEST()
102 ThreadHelpers::StartThreadAndWatchProcFS(proc_fd.fd(), &thread)); in TEST()
120 ThreadHelpers::StartThreadAndWatchProcFS(proc_fd.fd(), &thread1)); in SANDBOX_TEST()
122 ThreadHelpers::StartThreadAndWatchProcFS(proc_fd.fd(), &thread2)); in SANDBOX_TEST()
Dthread_helpers.h32 static bool StartThreadAndWatchProcFS(int proc_fd, base::Thread* thread);
Dthread_helpers.cc184 bool ThreadHelpers::StartThreadAndWatchProcFS(int proc_fd, in StartThreadAndWatchProcFS() function in sandbox::ThreadHelpers