Thread Properties
TV::thread includes these properties relevant to thread naming:
*thread_name: The name given to a thread by the application.
*thread_ktid: The kernel thread id)
*thread_utid: User thread ID (pthread_t)
These properties are read-only, so can be accessed but not set.