HomeSort by relevance Sort by last modified time
    Searched refs:thread_ (Results 26 - 50 of 133) sorted by null

12 3 4 5 6

  /hardware/interfaces/bluetooth/1.0/default/
async_fd_watcher.cc 84 thread_ = std::thread([this]() { ThreadRoutine(); });
85 if (!thread_.joinable()) return -1;
94 if (std::this_thread::get_id() != thread_.get_id()) {
95 thread_.join();
async_fd_watcher.h 52 std::thread thread_; member in class:android::hardware::bluetooth::async::AsyncFdWatcher
  /system/bt/vendor_libs/linux/interface/
async_fd_watcher.cc 81 thread_ = std::thread([this]() { ThreadRoutine(); });
82 if (!thread_.joinable()) return -1;
91 if (std::this_thread::get_id() != thread_.get_id()) {
92 thread_.join();
async_fd_watcher.h 52 std::thread thread_; member in class:android::hardware::bluetooth::async::AsyncFdWatcher
  /external/drm_hwcomposer/
worker.cpp 37 thread_ = std::unique_ptr<std::thread>(
51 thread_->join();
  /external/webrtc/webrtc/p2p/base/
stunrequest.cc 28 : thread_(thread) {
50 thread_->PostDelayed(delay, request, MSG_STUN_SEND, NULL);
52 thread_->Send(request, MSG_STUN_SEND, NULL);
60 thread_->Clear(request, MSG_STUN_SEND);
61 thread_->Send(request, MSG_STUN_SEND, NULL);
72 thread_->Clear(request);
159 manager_->thread_->Clear(this);
211 manager_->thread_->PostDelayed(resend_delay(), this, MSG_STUN_SEND, NULL);
basicpacketsocketfactory.h 52 Thread* thread_; member in class:rtc::BasicPacketSocketFactory
turnserver.cc 69 rtc::Thread* thread_; member in class:cricket::TurnServerAllocation::Permission
91 rtc::Thread* thread_; member in class:cricket::TurnServerAllocation::Channel
119 : thread_(thread),
446 thread_, *conn, external_socket, key);
561 thread_(thread),
578 thread_->Clear(this, MSG_ALLOCATION_TIMEOUT);
628 thread_->PostDelayed(lifetime_secs * 1000, this, MSG_ALLOCATION_TIMEOUT);
655 thread_->Clear(this, MSG_ALLOCATION_TIMEOUT);
656 thread_->PostDelayed(lifetime_secs * 1000, this, MSG_ALLOCATION_TIMEOUT);
748 channel1 = new Channel(thread_, channel_id, peer_attr->GetAddress())
    [all...]
  /external/libchrome/base/threading/
simple_thread.cc 17 thread_(),
28 thread_(),
43 success = PlatformThread::Create(options_.stack_size(), this, &thread_);
46 &thread_, options_.priority());
56 PlatformThread::Join(thread_);
thread.cc 67 thread_(0),
115 // that thread_ is populated before the newly created thread accesses it.
118 if (!PlatformThread::CreateWithPriority(options.stack_size, this, &thread_,
152 if (thread_.is_null())
162 PlatformThread::Join(thread_);
163 thread_ = base::PlatformThreadHandle();
thread.h 176 PlatformThreadHandle thread_handle() { return thread_; }
234 PlatformThreadHandle thread_; member in class:base::Thread
235 mutable base::Lock thread_lock_; // Protects |thread_|.
  /external/webrtc/webrtc/base/
thread.h 46 // Returns a thread object with its thread_ ivar set
115 Thread* const thread_; member in class:rtc::Thread::ScopedDisallowBlockingCalls
188 return thread_;
195 return thread_;
266 pthread_t thread_; member in class:rtc::Thread
270 HANDLE thread_; member in class:rtc::Thread
fakenetwork.h 33 FakeNetworkManager() : thread_(Thread::Current()) {}
70 thread_->Post(this);
117 Thread* thread_; member in class:rtc::FakeNetworkManager
  /system/bt/service/ipc/
ipc_handler_linux.cc 35 thread_("IPCHandlerLinux"),
106 if (!thread_.StartWithOptions(options)) {
112 thread_.task_runner()->PostTask(
128 thread_.Stop();
155 // this can be fixed by using the |thread_|'s MessageLoopForIO instead (since
169 // TODO(armansito): Use |thread_|'s MessageLoopForIO instead of using a
177 thread_.Stop();
ipc_handler_linux.h 48 // Starts listening for incoming connections. Posted on |thread_| by Run().
78 base::Thread thread_; member in class:ipc::IPCHandlerLinux
  /system/bt/vendor_libs/test_vendor_lib/src/
async_manager.cc 136 if (std::this_thread::get_id() != thread_.get_id()) {
137 thread_.join();
174 thread_ = std::thread([this]() { ThreadRoutine(); });
175 if (!thread_.joinable()) {
267 std::thread thread_; member in class:test_vendor_lib::AsyncManager::AsyncFdWatcher
320 if (std::this_thread::get_id() != thread_.get_id()) {
321 thread_.join();
417 thread_ = std::thread([this]() { ThreadRoutine(); });
418 if (!thread_.joinable()) {
466 std::thread thread_; member in class:test_vendor_lib::AsyncManager::AsyncTaskManager
    [all...]
  /art/runtime/
signal_catcher.h 74 Thread* thread_ GUARDED_BY(lock_);
  /device/linaro/hikey/bluetooth/
async_fd_watcher.h 52 std::thread thread_; member in class:android::hardware::bluetooth::async::AsyncFdWatcher
  /external/google-breakpad/src/client/linux/crash_generation/
crash_generation_server.h 124 pthread_t thread_; member in class:google_breakpad::CrashGenerationServer
  /external/stressapptest/src/
logger.h 132 pthread_t thread_; member in class:Logger
  /external/webrtc/webrtc/test/
direct_transport.h 58 rtc::PlatformThread thread_; member in class:webrtc::test::DirectTransport
fake_audio_device.h 62 rtc::PlatformThread thread_; member in class:webrtc::test::FakeAudioDevice
frame_generator_capturer.h 67 rtc::PlatformThread thread_; member in class:webrtc::test::FrameGeneratorCapturer
  /external/webrtc/webrtc/voice_engine/test/auto_test/fixtures/
after_initialization_fixture.h 33 thread_(NetworkProcess, this, "LoopBackTransport"),
37 thread_.Start();
40 ~LoopBackTransport() { thread_.Stop(); }
148 rtc::PlatformThread thread_; member in class:LoopBackTransport
  /frameworks/native/libs/vr/libvrflinger/
epoll_event_dispatcher.h 39 std::thread thread_; member in class:android::dvr::EpollEventDispatcher

Completed in 455 milliseconds

12 3 4 5 6