Searched refs:Thread (Results 476 - 500 of 1445) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/remoting/host/setup/
H A Dstart_host.cc162 base::Thread::Options io_thread_options(base::MessageLoop::TYPE_IO, 0);
163 base::Thread io_thread("IO thread");
165 base::Thread file_thread("file thread");
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dproxy_unittest.cc95 EXPECT_EQ(rtc::Thread::Current(), signaling_thread_.get());
100 signaling_thread_.reset(new rtc::Thread());
107 rtc::scoped_ptr<rtc::Thread> signaling_thread_;
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/
H A Dsctpdataengine.h135 explicit SctpDataMediaChannel(rtc::Thread* thread);
164 rtc::Thread* worker_thread() const { return worker_thread_; }
228 rtc::Thread* worker_thread_;
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dbasicpacketsocketfactory.cc45 : thread_(Thread::Current()),
49 BasicPacketSocketFactory::BasicPacketSocketFactory(Thread* thread)
214 ASSERT(thread_ == Thread::Current());
H A Drawtransportchannel.h41 class Thread;
62 rtc::Thread *worker_thread,
169 rtc::Thread *worker_thread_;
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest4.c27 typedef struct Thread Thread; typedef in typeref:struct:Thread
28 struct Thread { struct
32 void (*xOp)(Thread*); /* next operation to do */
55 static Thread threadset[N_THREAD];
62 Thread *p = (Thread*)pArg;
162 static void thread_wait(Thread *p){
197 static void stop_thread(Thread *p){
440 static void do_compile(Thread *
[all...]
/external/chromium_org/v8/src/
H A Dassert-scope.h85 base::Thread::GetThreadLocal(thread_local_key));
88 static base::Thread::LocalStorageKey thread_local_key;
94 base::Thread::SetThreadLocal(thread_local_key, data);
/external/droiddriver/src/com/google/android/droiddriver/helpers/
H A DBaseDroidDriverTest.java32 import java.lang.Thread.UncaughtExceptionHandler;
51 Thread.setDefaultUncaughtExceptionHandler(new UncaughtExceptionHandler() {
53 public void uncaughtException(Thread thread, Throwable ex) {
/external/lldb/include/lldb/Target/
H A DRegisterContext.h30 RegisterContext (Thread &thread, uint32_t concrete_frame_idx);
117 virtual Thread &
201 Thread &m_thread; // The thread that this register context belongs to.
/external/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.h30 lldb_private::Thread& thread,
35 lldb_private::Thread& thread,
162 lldb_private::Thread* m_thread_ptr;
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DUDPMessageProcessor.java152 Thread thread = new Thread(this);
157 thread.setPriority(Thread.MAX_PRIORITY);
162 * Thread main routine.
/external/chromium_org/base/task/
H A Dcancelable_task_tracker_unittest.cc84 Thread worker_thread("worker thread");
166 Thread worker_thread("worker thread");
197 Thread other_thread("other thread");
380 Thread bad_thread("bad thread");
399 Thread bad_thread("bad thread");
419 Thread bad_thread("bad thread");
/external/chromium_org/dbus/
H A Dbus_unittest.cc140 base::Thread::Options thread_options;
142 base::Thread dbus_thread("D-Bus thread");
220 base::Thread::Options thread_options;
222 base::Thread dbus_thread("D-Bus thread");
270 base::Thread::Options thread_options;
272 base::Thread dbus_thread("D-Bus thread");
/external/chromium_org/ipc/
H A Dipc_sync_channel_unittest.cc92 void OverrideThread(base::Thread* overrided_thread) {
160 base::Thread* ListenerThread() {
164 const base::Thread& ipc_thread() const { return ipc_thread_; }
214 void StartThread(base::Thread* thread, base::MessageLoop::Type type) {
215 base::Thread::Options options;
225 base::Thread ipc_thread_;
226 base::Thread listener_thread_;
227 base::Thread* overrided_thread_;
695 base::Thread worker_thread("Multiple");
741 QueuedReplyServer(base::Thread* listener_threa
[all...]
/external/chromium_org/net/socket/
H A Dunix_domain_listen_socket_posix_unittest.cc207 scoped_ptr<base::Thread> CreateAndRunServerThread() {
208 base::Thread::Options options;
210 scoped_ptr<base::Thread> thread(new base::Thread("socketio_test"));
292 const scoped_ptr<base::Thread> server_thread = CreateAndRunServerThread();
319 const scoped_ptr<base::Thread> server_thread = CreateAndRunServerThread();
/external/chromium_org/cc/layers/
H A Ddelegated_frame_resource_collection_unittest.cc94 TEST_F(DelegatedFrameResourceCollectionTest, Thread) {
95 base::Thread thread("test thread");
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dlocal_file_reader_unittest.cc49 worker_thread_.reset(new base::Thread("LocalFileReaderTest"));
57 scoped_ptr<base::Thread> worker_thread_;
/external/chromium_org/chrome/browser/sync/glue/
H A Dsync_backend_host.h65 scoped_ptr<base::Thread> sync_thread,
126 virtual scoped_ptr<base::Thread> Shutdown(syncer::ShutdownReason reason) = 0;
H A Dsync_backend_host_mock.h30 scoped_ptr<base::Thread> sync_thread,
55 virtual scoped_ptr<base::Thread> Shutdown(syncer::ShutdownReason reason)
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dtoolbar_view_interactive_uitest.cc58 scoped_ptr<base::Thread> dnd_thread_;
96 dnd_thread_.reset(new base::Thread("mouse_move_thread"));
/external/chromium_org/chrome/test/chromedriver/net/
H A Dnet_util_unittest.cc35 base::Thread::Options options(base::MessageLoop::TYPE_IO, 0);
106 base::Thread io_thread_;
/external/chromium_org/chrome/utility/local_discovery/
H A Dservice_discovery_message_handler.h24 class Thread;
112 scoped_ptr<base::Thread> discovery_thread_;
/external/chromium_org/cloud_print/service/win/
H A Dservice_listener.cc58 : ipc_thread_(new base::Thread("ipc_thread")),
61 base::Thread::Options(base::MessageLoop::TYPE_IO, 0));
/external/chromium_org/content/browser/compositor/
H A Dgpu_process_transport_factory.h19 class Thread;
85 scoped_ptr<base::Thread> compositor_thread_;
/external/chromium_org/content/browser/gamepad/
H A Dgamepad_provider.h24 class Thread;
158 scoped_ptr<base::Thread> polling_thread_;

Completed in 558 milliseconds

<<11121314151617181920>>