HomeSort by relevance Sort by last modified time
    Searched full:thread_name (Results 76 - 100 of 138) sorted by null

1 2 34 5 6

  /system/bt/osi/src/
thread.cc 189 const char* thread_name(const thread_t* thread) { function
  /external/libchrome/base/debug/
activity_tracker.cc 658 char thread_name[32]; member in struct:base::debug::ThreadActivityTracker::Header
746 strlcpy(header_->thread_name, PlatformThread::GetName(),
747 sizeof(header_->thread_name));
    [all...]
  /art/runtime/
trace.cc 1004 std::string thread_name; local
    [all...]
runtime_common.cc 407 std::string thread_name(GetThreadName(tid));
420 << "Thread: " << tid << " \"" << thread_name << "\"" << std::endl
java_vm_ext.cc 417 const char* thread_name = nullptr; local
426 thread_name = args->name;
430 if (!runtime->AttachCurrentThread(thread_name, as_daemon, thread_group,
    [all...]
thread.h 170 static Thread* Attach(const char* thread_name, bool as_daemon, jobject thread_group,
173 static Thread* Attach(const char* thread_name, bool as_daemon, jobject thread_peer);
    [all...]
  /frameworks/base/core/jni/
com_android_internal_os_Zygote.cpp 487 void SetThreadName(const char* thread_name) {
490 const char* s = thread_name;
499 const int len = s - thread_name;
501 s = thread_name;
503 s = thread_name + len - 15;
    [all...]
  /external/libchrome/base/trace_event/
trace_log.cc     [all...]
  /external/libchrome/base/
tracked_objects_unittest.cc 60 // Simulate a birth on the thread named |thread_name|, at the given
62 void TallyABirth(const Location& location, const std::string& thread_name) {
63 // If the |thread_name| is empty, we don't initialize system with a thread
65 if (!thread_name.empty())
    [all...]
  /packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
BluetoothMapContract.java 672 String THREAD_NAME = "thread_name";
    [all...]
  /external/jemalloc/include/jemalloc/internal/
prof.h 189 char *thread_name; member in struct:prof_tdata_s
309 int prof_thread_name_set(tsd_t *tsd, const char *thread_name);
  /system/core/debuggerd/
crash_dump.cpp 422 info.thread_name = get_thread_name(thread);
551 if (thread_info[target_process].thread_name != "system_server") {
debuggerd_test.cpp 522 pthread_setname_np(pthread_self(), "thread_name");
536 ASSERT_MATCH(result, R"(name: thread_name\s+>>> .+debuggerd_test(32|64) <<<)");
  /art/libartbase/base/
utils.h 85 void SetThreadName(const char* thread_name);
  /external/perf_data_converter/src/quipper/
perf_serializer.cc 907 for (const string& thread_name : metadata.thread_siblings) {
908 proto_metadata->add_thread_siblings(thread_name);
909 proto_metadata->add_thread_siblings_md5_prefix(Md5Prefix(thread_name));
    [all...]
  /system/extras/simpleperf/scripts/
report_html.py 96 def get_thread(self, tid, thread_name):
100 thread.name = thread_name
102 self.name = thread_name
    [all...]
  /art/runtime/jdwp/
jdwp_event.cc 834 std::string thread_name; local
835 JdwpError error = Dbg::GetThreadName(thread_id, &thread_name);
837 thread_name = "<unknown>";
839 VLOG(jdwp) << StringPrintf(" thread=%#" PRIx64, thread_id) << " " << thread_name;
    [all...]
  /external/valgrind/coregrind/m_gdbserver/
server.c 805 if (tst->thread_name) len += strlen(tst->thread_name);
811 if (tst->thread_name) {
815 tst->thread_name);
    [all...]
  /system/core/debuggerd/handler/
debuggerd_fallback.cpp 80 thread.thread_name = get_thread_name(gettid());
  /external/libchrome/base/threading/
thread.h 234 const std::string& thread_name() const { return name_; } function in class:base::Thread
thread_unittest.cc 388 EXPECT_EQ("ThreadName", a.thread_name());
  /external/valgrind/coregrind/
m_errormgr.c 595 if (tst->thread_name) {
596 VG_(printf_xml)(" <threadname>%s</threadname>\n", tst->thread_name);
618 if (tst->thread_name) {
619 VG_(umsg)("Thread %u %s:\n", err->tid, tst->thread_name );
    [all...]
  /frameworks/base/core/java/android/os/
Looper.java 387 proto.write(LooperProto.THREAD_NAME, mThread.getName());
  /external/valgrind/drd/tests/
Makefile.in 172 @HAVE_PTHREAD_BARRIER_TRUE@ pth_barrier_thr_cr thread_name
216 @HAVE_PTHREAD_BARRIER_TRUE@ thread_name$(EXEEXT)
512 thread_name_SOURCES = thread_name.c
513 thread_name_OBJECTS = thread_name.$(OBJEXT)
607 $(std_thread_SOURCES) $(std_thread2_SOURCES) thread_name.c \
632 $(std_thread_SOURCES) $(std_thread2_SOURCES) thread_name.c \
    [all...]
  /external/tensorflow/tensorflow/python/debug/wrappers/
framework.py 557 thread_name = threading.current_thread().name or ""
559 not self._thread_name_filter_pattern.match(thread_name))
    [all...]

Completed in 1141 milliseconds

1 2 34 5 6