From 67b7ab0444c9aa38511e6923423d4109bdc27092 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 27 Oct 1995 18:53:03 +0000 Subject: (msg_report_wait): New RPC. --- hurd/msg.defs | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/hurd/msg.defs b/hurd/msg.defs index fc0f240f..9931b211 100644 --- a/hurd/msg.defs +++ b/hurd/msg.defs @@ -210,3 +210,12 @@ routine msg_clear_some_exec_flags ( process: mach_port_t; refport: mach_port_t; flags: int); + +/* Return a string describing why THREAD is waiting. (THREAD should + be interpreted as an index into the threads as ordered by the + kernel in task_threads.) If the thread is not waiting, or the reason + is unknown, return an empty string. */ +routine msg_report_wait ( + process: mach_port_t; + thread: int; + out wait_reason: string_t); -- cgit v1.2.3