Home
last modified time | relevance | path

Searched defs:thread_started (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hal/
Dsnoop_logger_socket_thread.cc49 std::promise<bool> thread_started; in Start() local
77 void SnoopLoggerSocketThread::Run(std::promise<bool> thread_started) { in Run()
/aosp_15_r20/external/cronet/net/test/spawned_test_server/
H A Dremote_test_server.cc202 bool thread_started = io_thread_.StartWithOptions( in Init() local
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedpolicy/
H A D2-1.c45 static int thread_started; variable
/aosp_15_r20/external/rust/android-crates-io/crates/rayon/src/iter/
Dpar_bridge.rs146 let thread_started = &self.threads_started[i % self.threads_started.len()]; in fold_with() localVariable
/aosp_15_r20/external/webrtc/rtc_base/
H A Dplatform_thread_unittest.cc91 rtc::Event thread_started; in TEST() local