Home
last modified time | relevance | path

Searched refs:networking_loop_thread_ (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/openscreen/platform/impl/
H A Dplatform_client_posix.cc68 networking_loop_thread_.join(); in ~PlatformClientPosix()
82 networking_loop_thread_(&PlatformClientPosix::RunNetworkLoopUntilStopped, in PlatformClientPosix()
92 networking_loop_thread_(&PlatformClientPosix::RunNetworkLoopUntilStopped, in PlatformClientPosix()
H A Dplatform_client_posix.h118 std::thread networking_loop_thread_; variable