summaryrefslogtreecommitdiff
path: root/documentation/kernel-interfaces/syscalls.txt
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/kernel-interfaces/syscalls.txt')
-rw-r--r--documentation/kernel-interfaces/syscalls.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/kernel-interfaces/syscalls.txt b/documentation/kernel-interfaces/syscalls.txt
index 399eb19..933ad34 100644
--- a/documentation/kernel-interfaces/syscalls.txt
+++ b/documentation/kernel-interfaces/syscalls.txt
@@ -198,3 +198,8 @@ get environment variable value:
rdi in: pointer to variable name
rsi in: variable name length
rdx in: pointer to buffer for variable value
+
+set thread name:
+ rax in: 24
+ rdi in: pointer to thread name
+ rsi in: thread name length