OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StopThreadAndWatchProcFS
(Results
1 - 3
of
3
) sorted by null
/external/libchrome/sandbox/linux/services/
thread_helpers.h
37
static bool
StopThreadAndWatchProcFS
(int proc_fd, base::Thread* thread);
thread_helpers_unittests.cc
67
ASSERT_TRUE(ThreadHelpers::
StopThreadAndWatchProcFS
(proc_fd.fd(), &thread));
90
ASSERT_TRUE(ThreadHelpers::
StopThreadAndWatchProcFS
(proc_fd.fd(), &thread));
106
ASSERT_TRUE(ThreadHelpers::
StopThreadAndWatchProcFS
(proc_fd.fd(), &thread));
thread_helpers.cc
190
bool ThreadHelpers::
StopThreadAndWatchProcFS
(int proc_fd,
Completed in 287 milliseconds