summaryrefslogtreecommitdiff
path: root/include/mach/thread_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mach/thread_info.h')
-rw-r--r--include/mach/thread_info.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mach/thread_info.h b/include/mach/thread_info.h
index 2c79829..60e8ba7 100644
--- a/include/mach/thread_info.h
+++ b/include/mach/thread_info.h
@@ -65,6 +65,7 @@ struct thread_basic_info {
integer_t suspend_count; /* suspend count for thread */
integer_t sleep_time; /* number of seconds that thread
has been sleeping */
+ time_value_t creation_time; /* time stamp of creation */
};
typedef struct thread_basic_info thread_basic_info_data_t;