projects
/
apple
/
xnu.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
xnu-1228.tar.gz
[apple/xnu.git]
/
osfmk
/
kern
/
ipc_tt.h
diff --git
a/osfmk/kern/ipc_tt.h
b/osfmk/kern/ipc_tt.h
index d5cef3e06a12d5c0a807d0d187b21d961eb50f0c..4a3a9ac1c28b5e798ddc48b4f6de34db09ffbecd 100644
(file)
--- a/
osfmk/kern/ipc_tt.h
+++ b/
osfmk/kern/ipc_tt.h
@@
-105,6
+105,10
@@
extern void ipc_thread_disable(
extern void ipc_thread_terminate(
thread_t thread);
extern void ipc_thread_terminate(
thread_t thread);
+/* Clear out a thread's IPC state */
+extern void ipc_thread_reset(
+ thread_t thread);
+
/* Return a send right for the task's user-visible self port */
extern ipc_port_t retrieve_task_self_fast(
task_t task);
/* Return a send right for the task's user-visible self port */
extern ipc_port_t retrieve_task_self_fast(
task_t task);