Home
last modified time | relevance | path

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

123

/external/tensorflow/tensorflow/core/kernels/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/libaom/libaom/aom_util/
Daom_thread.c50 char thread_name[64]; in thread_loop() local
59 char thread_name[16]; in thread_loop() local
/external/llvm-project/lldb/test/API/functionalities/postmortem/elf-core/
DTestLinuxCore.py591 def check_stack(self, process, pid, thread_name): argument
608 def check_all(self, process, pid, region_count, thread_name): argument
619 def do_test(self, filename, pid, region_count, thread_name): argument
/external/perfetto/protos/perfetto/metrics/android/
Dtask_names.proto27 repeated string thread_name = 3; field
/external/webrtc/modules/utility/source/
Dprocess_thread_impl.cc42 std::unique_ptr<ProcessThread> ProcessThread::Create(const char* thread_name) { in Create()
46 ProcessThreadImpl::ProcessThreadImpl(const char* thread_name) in ProcessThreadImpl()
/external/llvm-project/lldb/include/lldb/Host/
DThreadLauncher.h31 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/tensorflow/tensorflow/core/platform/default/
Dunbounded_work_queue.cc25 UnboundedWorkQueue::UnboundedWorkQueue(Env* env, const string& thread_name, in UnboundedWorkQueue()
/external/webrtc/test/time_controller/
Dreal_time_controller.cc49 const char* thread_name) { in CreateProcessThread()
Dsimulated_time_controller.cc59 const char* thread_name) { in CreateProcessThread()
196 GlobalSimulatedTimeController::CreateProcessThread(const char* thread_name) { in CreateProcessThread()
/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/perfetto/protos/perfetto/trace/track_event/
Dthread_descriptor.proto29 optional string thread_name = 5; field
/external/rust/crates/tokio/src/runtime/
Dbuilder.rs62 pub(super) thread_name: ThreadNameFn, field
266 pub fn thread_name(&mut self, val: impl Into<String>) -> &mut Self { in thread_name() method
/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/llvm-project/lldb/include/lldb/Target/
DQueueItem.h122 void SetThreadLabel(std::string thread_name) { m_thread_label = thread_name; } in SetThreadLabel()
/external/webrtc/rtc_base/
Dplatform_thread.cc37 absl::string_view thread_name, in PlatformThread()
/external/perfetto/src/trace_processor/metrics/android/
Dandroid_startup.sql271 launch_id, slice_dur, thread_name field
/external/google-breakpad/src/client/ios/
Dexception_handler_no_mach.cc122 mach_port_t thread_name, in WriteMinidumpWithException()
/external/libchrome/base/threading/
Dthread.h237 const std::string& thread_name() const { return name_; } in thread_name() function
/external/rust/crates/rayon-core/src/
Dtest.rs144 let thread_name = move |i| format!("thread_name_{}", i); in configuration() localVariable
/external/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
DMemoryHistoryASan.cpp107 const char *thread_name, in CreateHistoryThreadFromValueObject()
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.h118 mach_port_t thread_name) { in SetExceptionInformation()
/external/perfetto/src/tracing/
Dtrack.cc84 std::string thread_name; in Serialize() local
/external/perfetto/src/trace_processor/importers/json/
Djson_trace_parser.cc196 const char* thread_name = value["args"]["name"].asCString(); in ParseTracePacket() local

123