diff options
Diffstat (limited to 'include/mach/gnumach.defs')
-rw-r--r-- | include/mach/gnumach.defs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/mach/gnumach.defs b/include/mach/gnumach.defs index 6252de96..7ecf74d3 100644 --- a/include/mach/gnumach.defs +++ b/include/mach/gnumach.defs @@ -207,3 +207,11 @@ routine vm_pages_phys( vaddr : vm_address_t; size : vm_size_t; out pages : rpc_phys_addr_array_t); + +/* + * Set the name of thread THREAD to NAME. This is a debugging aid. + * NAME will be used in error messages printed by the kernel. + */ +simpleroutine thread_set_name( + thread : thread_t; + name : kernel_debug_name_t); |