Home
last modified time | relevance | path

Searched defs:thread_names (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/rayon/tests/
Dnamed-threads.rs16 let thread_names = (0..N) in named_threads() localVariable
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dstep_stats.proto83 map<uint32, string> thread_names = 3; field
/aosp_15_r20/external/google-breakpad/src/google_breakpad/processor/
H A Dprocess_state.h113 const vector<string>* thread_names() const { return &thread_names_; } in thread_names() function
/aosp_15_r20/external/google-breakpad/src/processor/
H A Dminidump_processor.cc216 MinidumpThreadNameList* thread_names = dump->GetThreadNameList(); in Process() local
H A Dminidump.cc2189 scoped_ptr<MinidumpThreadNames> thread_names(new MinidumpThreadNames( in Read() local
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/framework/
Dstep_stats.pb.h2637 DeviceStepStats::thread_names() const { in thread_names() function
/aosp_15_r20/external/google-breakpad/src/google_breakpad/common/
H A Dminidump_format.h403 MDRawThreadName thread_names[1]; member