Searched refs:thread_name (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/tracker/zipomatic/
H A DGenericThread.h12 thread_name = "generic_thread",
H A DGenericThread.cpp15 GenericThread::GenericThread(const char* thread_name, int32 priority, argument
19 fThreadId(spawn_thread(_ThreadFunction, thread_name, priority, this)),
/haiku/headers/private/system/
H A Dsystem_profiler_defs.h106 char thread_name[B_OS_NAME_LENGTH]; member in struct:system_profiler_team_exec
/haiku/src/system/kernel/debug/
H A Dsystem_profiler.cpp945 strlcpy(event->thread_name, team->main_thread->name,
946 sizeof(event->thread_name));
/haiku/src/bin/debug/profile/
H A Dprofile.cpp571 team->Exec(0, event->args, event->thread_name);

Completed in 96 milliseconds