OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StartThreadAndWatchProcFS
(Results
1 - 3
of
3
) sorted by null
/external/libchrome/sandbox/linux/services/
thread_helpers.h
32
static bool
StartThreadAndWatchProcFS
(int proc_fd, base::Thread* thread);
thread_helpers_unittests.cc
63
ASSERT_TRUE(ThreadHelpers::
StartThreadAndWatchProcFS
(proc_fd.fd(), &thread));
87
ThreadHelpers::
StartThreadAndWatchProcFS
(proc_fd.fd(), &thread));
103
ThreadHelpers::
StartThreadAndWatchProcFS
(proc_fd.fd(), &thread));
121
ThreadHelpers::
StartThreadAndWatchProcFS
(proc_fd.fd(), &thread1));
123
ThreadHelpers::
StartThreadAndWatchProcFS
(proc_fd.fd(), &thread2));
thread_helpers.cc
184
bool ThreadHelpers::
StartThreadAndWatchProcFS
(int proc_fd,
Completed in 423 milliseconds