Searched defs:thread_name (Results 1 – 7 of 7) sorted by relevance
29 optional string thread_name = 1; field
75 let thread_name = read_thread_name(pid); in report_info_handler() localVariable
66 std::string thread_name = get_thread_name(target_tid); in engrave_tombstone_ucontext() local
33 std::string thread_name; member
76 char thread_name[255]; in set_sched_policy() local
215 char thread_name[MAX_TASK_NAME_LEN + 1]; // one more for termination in log_signal_summary() local
889 void SetThreadName(const std::string& thread_name) { in SetThreadName()