HomeSort by relevance Sort by last modified time
    Searched refs:StartWithOptions (Results 1 - 13 of 13) sorted by null

  /external/libchrome/base/test/
test_io_thread.cc 42 CHECK(io_thread_.StartWithOptions(
  /system/bt/service/ipc/dbus/
ipc_handler_dbus.cc 41 dbus_thread_->StartWithOptions(thread_options);
  /external/libchrome/base/threading/
thread.cc 88 return StartWithOptions(options);
91 bool Thread::StartWithOptions(const Options& options) {
thread.h 89 // Start() or StartWithOptions(). If |use_mta| is false, the thread is also
91 // init_com_with_mta(false) and then StartWithOptions() with any message loop
114 bool StartWithOptions(const Options& options);
119 // Note that using this (instead of Start() or StartWithOptions() causes
thread_unittest.cc 151 EXPECT_TRUE(a.StartWithOptions(options));
  /system/bt/service/ipc/
ipc_handler_linux.cc 106 if (!thread_.StartWithOptions(options)) {
  /external/libchrome/base/message_loop/
message_loop_unittest.cc 331 ASSERT_EQ(true, worker.StartWithOptions(options));
375 ASSERT_EQ(true, worker.StartWithOptions(options));
492 ASSERT_TRUE(thread.StartWithOptions(options));
533 ASSERT_TRUE(thread.StartWithOptions(options));
    [all...]
  /external/libchrome/components/timers/
alarm_timer_chromeos.cc 33 StartWithOptions(base::Thread::Options(base::MessageLoop::TYPE_IO, 0)));
  /system/tpm/tpm_manager/server/
tpm_manager_service.cc 39 worker_thread_->StartWithOptions(
  /external/libmojo/mojo/message_pump/
handle_watcher.cc 300 thread_.StartWithOptions(thread_options);
handle_watcher_unittest.cc 475 thread->StartWithOptions(thread_options);
  /external/libchrome/base/files/
file_path_watcher_unittest.cc 157 ASSERT_TRUE(file_thread_.StartWithOptions(options));
    [all...]
  /system/tpm/attestation/server/
attestation_service.cc 52 worker_thread_->StartWithOptions(

Completed in 243 milliseconds