Home
last modified time | relevance | path

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

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