Home
last modified time | relevance | path

Searched defs:thread_name (Results 1 – 25 of 197) sorted by relevance

12345678

/aosp_15_r20/external/cronet/base/task/sequence_manager/
H A Dthread_controller.cc52 std::string_view thread_name) { in MakeSuffix()
96 std::string_view thread_name = "Other"; in GetThreadName() local
120 const char* thread_name) { in EnableMessagePumpTimeKeeperMetrics()
129 const char* thread_name) { in EnableTimeKeeperMetrics()
134 const char* thread_name) { in EnableRecording()
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/stdlib/android/
H A Dinput.sql26 thread.name AS thread_name, field
49 thread.name AS thread_name, field
80 thread_slice.thread_name field
195 thread_name STRING, field
H A Dgarbage_collection.sql112 thread_name, process_name, last_value, value, field
143 thread_name STRING, field
/aosp_15_r20/external/crosvm/jail/tests/
H A Dfork.rs36 pub fn thread_name() { in thread_name() function
40 let thread_name = String::from("thread_name"); in thread_name() localVariable
64 let thread_name = String::from("12345678901234567890"); in thread_name_trimmed() localVariable
/aosp_15_r20/external/jemalloc_new/test/unit/
H A Dprof_thread_name.c21 mallctl_thread_name_set_impl(const char *thread_name, const char *func, in mallctl_thread_name_set_impl()
33 const char *thread_name; in TEST_BEGIN() local
76 char thread_name[16] = ""; in thd_start() local
/aosp_15_r20/art/test/2246-trace-v2/
H A Ddump_trace.cc95 void PrintTraceEntry(const std::string& thread_name, in PrintTraceEntry()
181 std::string thread_name = thread_map[thread_id]; in ProcessTraceEntries() local
225 const char* thread_name = env->GetStringUTFChars(threadName, nullptr); in Java_Main_dumpTrace() local
/aosp_15_r20/external/tensorflow/tensorflow/core/data/
H A Dunbounded_thread_pool.h37 UnboundedThreadPool(Env* env, const string& thread_name) in UnboundedThreadPool()
39 UnboundedThreadPool(Env* env, const string& thread_name, in UnboundedThreadPool()
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/stdlib/slices/
H A Dcpu_time.sql29 thread_name STRING, field
40 thread_name, field
H A Dtime_in_state.sql31 thread_name STRING, field
60 ts.thread_name, field
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/stdlib/chrome/
H A Dhistograms.sql15 thread_name STRING, field
31 thread.name as thread_name, field
/aosp_15_r20/external/cronet/base/tracing/stdlib/chrome/
H A Dhistograms.sql17 thread_name STRING, field
33 thread.name as thread_name, field
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/stdlib/pixel/
H A Dcamera.sql34 thread_name STRING, field
50 thread_name, field
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/stdlib/viz/summary/
H A Dthreads_w_processes.sql25 thread.name as thread_name, field
41 m.thread_name, field
/aosp_15_r20/external/perfetto/protos/perfetto/metrics/android/
H A Dcodec_metrics.proto32 optional string thread_name = 1; field
61 optional string thread_name = 2; field
/aosp_15_r20/external/pigweed/pw_log/public/pw_log/
H A Dproto_utils.h116 ConstByteSpan thread_name, in EncodeTokenizedLog()
141 ConstByteSpan thread_name, in EncodeTokenizedLog()
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_thread.h81 struct thread_name { struct
87 extern struct thread_name thread_name; argument
Dmock_osi_thread.cc39 struct thread_name thread_name; variable
68 const char* thread_name(const thread_t* thread) { in thread_name() function
/aosp_15_r20/external/libvpx/vpx_util/
H A Dvpx_thread.c49 char thread_name[64]; in thread_loop() local
58 char thread_name[16]; in thread_loop() local
/aosp_15_r20/external/perfetto/src/trace_processor/metrics/sql/chrome/
H A Dscroll_jank_cause_queuing_delay.sql42 chrome_thread.canonical_name AS thread_name, field
62 annotations.thread_name AS thread_name, field
/aosp_15_r20/external/autotest/client/cros/bluetooth/floss/
H A Dutils.py35 thread_name=GLIB_THREAD_NAME): argument
136 def glib_callback(thread_name=GLIB_THREAD_NAME): argument
/aosp_15_r20/external/libaom/aom_util/
H A Daom_thread.c54 char thread_name[64]; in thread_loop() local
63 char thread_name[16]; in thread_loop() local
/aosp_15_r20/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
H A Dtrace_event.py98 def trace_set_thread_name(thread_name): argument
152 def trace_set_thread_name(thread_name): argument
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/netware/
H A Dapr_arch_threadproc.h33 char *thread_name; member
45 char *thread_name; member
/aosp_15_r20/system/extras/simpleperf/
H A DRecordFilter.cpp117 bool AddThreadNameRegex(const std::string& thread_name, bool exclude) { in AddThreadNameRegex()
131 std::string_view thread_name = thread->comm; in Check() local
477 bool RecordFilter::AddThreadNameRegex(const std::string& thread_name, bool exclude) { in AddThreadNameRegex()
/aosp_15_r20/external/cronet/base/metrics/
H A Dstatistics_recorder_starvation_unittest.cc31 explicit BaseThread(const std::string& thread_name) in BaseThread()
39 const std::string& thread_name() { return thread_name_; } in thread_name() function in base::__anone824456e0111::BaseThread

12345678