aboutsummaryrefslogtreecommitdiff
path: root/lib/libsys/thr_new.2
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libsys/thr_new.2')
-rw-r--r--lib/libsys/thr_new.29
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/libsys/thr_new.2 b/lib/libsys/thr_new.2
index c0bcc8bbc7c2..a04327723c34 100644
--- a/lib/libsys/thr_new.2
+++ b/lib/libsys/thr_new.2
@@ -133,6 +133,15 @@ The flag is not currently implemented.
.It Dv THR_SYSTEM_SCOPE
Create the system scope thread.
The flag is not currently implemented.
+.It Dv THR_C_RUNTIME
+Indicate that the new thread is created by the C language runtime.
+It has architecture-specific meaning.
+.Pp
+On amd64, the flag requests that the specified
+.Fa tls_base
+was loaded into the
+.Va %fsbase
+register before calling a signal handler.
.El
.It Va rtp
Real-time scheduling priority for the new thread.