Searched defs:thread_name (Results 1 – 6 of 6) sorted by relevance
29 optional string thread_name = 1; field
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()