projects
/
apple
/
xnu.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
xnu-7195.60.75.tar.gz
[apple/xnu.git]
/
osfmk
/
mach
/
thread_status.h
diff --git
a/osfmk/mach/thread_status.h
b/osfmk/mach/thread_status.h
index a91b936ebade78aae44ee2e826661685d59dfef9..7ccb65d6a14864924ba7c4e136755c0a13738f5e 100644
(file)
--- a/
osfmk/mach/thread_status.h
+++ b/
osfmk/mach/thread_status.h
@@
-94,4
+94,7
@@
typedef natural_t thread_state_data_t[THREAD_STATE_MAX];
typedef int thread_state_flavor_t;
typedef thread_state_flavor_t *thread_state_flavor_array_t;
typedef int thread_state_flavor_t;
typedef thread_state_flavor_t *thread_state_flavor_array_t;
+#define THREAD_CONVERT_THREAD_STATE_TO_SELF 1
+#define THREAD_CONVERT_THREAD_STATE_FROM_SELF 2
+
#endif /* _MACH_THREAD_STATUS_H_ */
#endif /* _MACH_THREAD_STATUS_H_ */