diff options
Diffstat (limited to 'usr/src/cmd/mdb/common/modules/genunix/thread.h')
-rw-r--r-- | usr/src/cmd/mdb/common/modules/genunix/thread.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr/src/cmd/mdb/common/modules/genunix/thread.h b/usr/src/cmd/mdb/common/modules/genunix/thread.h index 18952fdc0a..901d962be8 100644 --- a/usr/src/cmd/mdb/common/modules/genunix/thread.h +++ b/usr/src/cmd/mdb/common/modules/genunix/thread.h @@ -21,6 +21,8 @@ /* * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. + * + * Copyright (c) 2018, Joyent, Inc. */ #ifndef _THREAD_H @@ -58,6 +60,8 @@ void thread_state_to_text(uint_t, char *, size_t); int thread_text_to_state(const char *, uint_t *); void thread_walk_states(void (*)(uint_t, const char *, void *), void *); +int thread_getdesc(uintptr_t, boolean_t, char *, size_t); + #ifdef __cplusplus } #endif |