Home | History | Annotate | Download | only in threading

Lines Matching full:base

5 #include "base/threading/worker_pool.h"
7 #include "base/bind.h"
8 #include "base/bind_helpers.h"
9 #include "base/location.h"
10 #include "base/message_loop/message_loop.h"
11 #include "base/run_loop.h"
12 #include "base/synchronization/waitable_event.h"
13 #include "base/test/test_timeouts.h"
14 #include "base/threading/thread_checker_impl.h"
15 #include "base/time/time.h"
22 namespace base {
27 : public base::RefCountedThreadSafe<PostTaskAndReplyTester> {
38 base::Bind(&PostTaskAndReplyTester::OnWorkerThread, this),
39 base::Bind(&PostTaskAndReplyTester::OnOriginalThread, this),
62 friend class base::RefCountedThreadSafe<PostTaskAndReplyTester>;
81 base::Bind(&WaitableEvent::Signal,
82 base::Unretained(&test_event)),
85 base::Bind(&WaitableEvent::Signal,
86 base::Unretained(&long_test_event)),
118 } // namespace base