Home
last modified time | relevance | path

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

1234

/external/crosvm/base/tests/
Dprocess.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
/external/tensorflow/tensorflow/core/data/
Dunbounded_thread_pool.h37 UnboundedThreadPool(Env* env, const string& thread_name) in UnboundedThreadPool()
39 UnboundedThreadPool(Env* env, const string& thread_name, in UnboundedThreadPool()
/external/jemalloc_new/test/unit/
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
/external/perfetto/src/trace_processor/perfetto_sql/stdlib/android/
Dinput.sql23 thread.name AS thread_name, field
45 thread.name AS thread_name, field
79 thread_name INT, field
110 finish.thread_name AS thread_name, field
/external/perfetto/protos/perfetto/metrics/android/
Dcodec_metrics.proto32 optional string thread_name = 1; field
59 optional string thread_name = 2; field
Dtask_names.proto27 repeated string thread_name = 3; field
Dio_unagg_metric.proto28 optional string thread_name = 2; field
Dandroid_garbage_collection_unagg_metric.proto24 optional string thread_name = 1; field
/external/perfetto/src/trace_processor/perfetto_sql/stdlib/chrome/
Dhistograms.sql17 thread_name STRING, field
33 thread.name as thread_name, field
/external/cronet/base/tracing/stdlib/chrome/
Dhistograms.sql17 thread_name STRING, field
33 thread.name as thread_name, field
/external/pigweed/pw_log/public/pw_log/
Dproto_utils.h116 ConstByteSpan thread_name, in EncodeTokenizedLog()
141 ConstByteSpan thread_name, in EncodeTokenizedLog()
/external/perfetto/src/trace_processor/metrics/sql/chrome/
Dscroll_jank_cause_queuing_delay.sql42 chrome_thread.canonical_name AS thread_name, field
62 annotations.thread_name AS thread_name, field
/external/autotest/client/cros/bluetooth/floss/
Dutils.py35 thread_name=GLIB_THREAD_NAME): argument
136 def glib_callback(thread_name=GLIB_THREAD_NAME): argument
/external/libaom/aom_util/
Daom_thread.c54 char thread_name[64]; in thread_loop() local
63 char thread_name[16]; in thread_loop() local
/external/cronet/base/task/sequence_manager/
Dthread_controller.cc71 const char* thread_name) { in EnableMessagePumpTimeKeeperMetrics()
80 const char* thread_name) { in EnableTimeKeeperMetrics()
85 const char* thread_name) { in EnableRecording()
/external/perfetto/src/trace_processor/metrics/sql/android/startup/
Dthread_state_breakdown.sql39 SELECT startup_id, state, is_main_thread, thread_name, io_wait, SUM(dur) AS dur field
/external/tensorflow/tensorflow/core/kernels/batching_util/
Dbounded_executor.h36 std::string thread_name; member
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
Dtrace_event.py98 def trace_set_thread_name(thread_name): argument
152 def trace_set_thread_name(thread_name): argument
/external/pigweed/pw_cpu_exception_cortex_m/
Dcrash.cc29 const char* thread_name = in AnalyzeCpuStateAndCrash() local
/external/pigweed/pw_thread/public/pw_thread/
Dsnapshot.h34 std::string_view thread_name; member
/external/cronet/third_party/apache-portable-runtime/src/include/arch/netware/
Dapr_arch_threadproc.h33 char *thread_name; member
45 char *thread_name; member
/external/cronet/base/metrics/
Dstatistics_recorder_starvation_unittest.cc27 explicit BaseThread(const std::string& thread_name) in BaseThread()
35 const std::string& thread_name() { return thread_name_; } in thread_name() function in base::__anonedf4e90c0111::BaseThread
/external/tensorflow/tensorflow/tsl/platform/default/
Dunbounded_work_queue.cc25 UnboundedWorkQueue::UnboundedWorkQueue(Env* env, const string& thread_name, in UnboundedWorkQueue()
/external/pigweed/pw_log/
Dproto_utils.cc30 std::string_view thread_name, in EncodeLog()
/external/cronet/base/sampling_heap_profiler/
Dsampling_heap_profiler.h48 const char* thread_name = nullptr; variable

1234