Home
last modified time | relevance | path

Searched defs:thread_name (Results 1 – 25 of 78) 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
63 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/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/pigweed/pw_log/public/pw_log/
Dproto_utils.h116 ConstByteSpan thread_name, in EncodeTokenizedLog()
141 ConstByteSpan thread_name, in EncodeTokenizedLog()
/external/libaom/aom_util/
Daom_thread.c50 char thread_name[64]; in thread_loop() local
59 char thread_name[16]; in thread_loop() local
/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/cronet/base/task/sequence_manager/
Dthread_controller.cc42 const char* thread_name) { in EnableMessagePumpTimeKeeperMetrics()
51 const char* thread_name) { in EnableTimeKeeperMetrics()
56 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/perfetto/protos/perfetto/metrics/android/
Dtask_names.proto27 repeated string thread_name = 3; field
/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/tensorflow/tensorflow/core/kernels/batching_util/
Dbounded_executor.h36 std::string thread_name; member
/external/pigweed/pw_thread/public/pw_thread/
Dsnapshot.h34 std::string_view thread_name; member
/external/tensorflow/tensorflow/tsl/platform/default/
Dunbounded_work_queue.cc25 UnboundedWorkQueue::UnboundedWorkQueue(Env* env, const string& thread_name, in UnboundedWorkQueue()
/external/cronet/base/sampling_heap_profiler/
Dsampling_heap_profiler.cc55 const char* thread_name = in GetAndLeakThreadName() local
85 static thread_local const char* thread_name; in UpdateAndGetThreadName() local
Dsampling_heap_profiler.h48 const char* thread_name = nullptr; variable
/external/pigweed/pw_log/
Dproto_utils.cc30 std::string_view thread_name, in EncodeLog()
/external/libchrome/base/android/
Djni_android.cc51 char thread_name[16]; in AttachCurrentThread() local
66 JNIEnv* AttachCurrentThreadWithName(const std::string& thread_name) { in AttachCurrentThreadWithName()
/external/cronet/base/android/
Djni_android.cc77 char thread_name[16]; in AttachCurrentThread() local
96 JNIEnv* AttachCurrentThreadWithName(const std::string& thread_name) { in AttachCurrentThreadWithName()
/external/perfetto/protos/perfetto/trace/track_event/
Dthread_descriptor.proto29 optional string thread_name = 5; field
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/executor/
Dthreadpool.cc136 const char* ThreadPool::thread_name() const { return thd_name_; } in thread_name() function in grpc_core::ThreadPool
/external/perfetto/src/trace_processor/views/
Dmacros_unittest.cc53 static constexpr uint32_t thread_name = in TEST() local
/external/angle/build/android/pylib/utils/
Dsimpleperf.py98 def _ThreadType(thread_name): argument
/external/cronet/build/android/pylib/utils/
Dsimpleperf.py98 def _ThreadType(thread_name): argument
/external/pigweed/pw_cpu_exception_cortex_m/
Dsnapshot.cc46 const char* thread_name; in CaptureMainStack() local

1234