Searched refs:main_thread (Results 1 – 4 of 4) sorted by relevance
/system/bt/test/common/ |
D | main_handler.cc | 32 MessageLoopThread main_thread("bt_fake_main_thread", true); variable 39 ASSERT_LOG(main_thread.DoInThread(from_here, std::move(task)), in do_in_main_thread() 47 ASSERT_LOG(!main_thread.DoInThreadDelayed(from_here, std::move(task), delay), in do_in_main_thread_delayed() 58 main_thread.StartUp(); in main_thread_start_up() 59 ASSERT_LOG(main_thread.IsRunning(), in main_thread_start_up() 63 void main_thread_shut_down() { main_thread.ShutDown(); } in main_thread_shut_down()
|
/system/bt/stack/btu/ |
D | btu_task.cc | 50 static MessageLoopThread main_thread("bt_main_thread", true); variable 89 bluetooth::common::MessageLoopThread* get_main_thread() { return &main_thread; } in get_main_thread() 93 if (!main_thread.DoInThread(from_here, std::move(task))) { in do_in_main_thread() 103 if (!main_thread.DoInThreadDelayed(from_here, std::move(task), delay)) { in do_in_main_thread_delayed() 119 main_thread.StartUp(); in main_thread_start_up() 120 if (!main_thread.IsRunning()) { in main_thread_start_up() 123 if (!main_thread.EnableRealTimeScheduling()) { in main_thread_start_up() 128 void main_thread_shut_down() { main_thread.ShutDown(); } in main_thread_shut_down()
|
/system/core/debuggerd/libdebuggerd/ |
D | tombstone_proto.cpp | 187 const ProcessInfo& process_info, const ThreadInfo& main_thread) { in dump_probable_cause() argument 195 main_thread); in dump_probable_cause() 201 const siginfo *si = main_thread.siginfo; in dump_probable_cause() 220 cause = get_stack_overflow_cause(fault_addr, main_thread.registers->sp(), maps); in dump_probable_cause() 227 cause = get_stack_overflow_cause(fault_addr, main_thread.registers->sp(), maps); in dump_probable_cause() 626 const ThreadInfo& main_thread = threads.at(target_thread); in engrave_tombstone_proto() local 627 result.set_pid(main_thread.pid); in engrave_tombstone_proto() 628 result.set_tid(main_thread.tid); in engrave_tombstone_proto() 629 result.set_uid(main_thread.uid); in engrave_tombstone_proto() 630 result.set_selinux_label(main_thread.selinux_label); in engrave_tombstone_proto() [all …]
|
D | tombstone_proto_to_text.cpp | 443 const auto& main_thread = main_thread_it->second; in tombstone_proto_to_text() local 445 print_main_thread(callback, tombstone, main_thread); in tombstone_proto_to_text()
|