summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-05-23 16:03:29 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-05-23 16:03:29 (GMT)
commit2acd355f8dc8e75b3a63b7b1dc079ebccb3a2701 (patch)
tree7410995c34f762f6c920204b067e5ef2b4ea268b /doc
parentf3f254e8bab8854467fda3c5a2c48a640fb7687c (diff)
downloadtcl-2acd355f8dc8e75b3a63b7b1dc079ebccb3a2701.zip
tcl-2acd355f8dc8e75b3a63b7b1dc079ebccb3a2701.tar.gz
tcl-2acd355f8dc8e75b3a63b7b1dc079ebccb3a2701.tar.bz2
Give Tcl_CreateThread a TCL_HASH_TYPE (unsigned) stackSize parameter
Diffstat (limited to 'doc')
-rw-r--r--doc/Thread.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Thread.3 b/doc/Thread.3
index 2005c93..ac60230 100644
--- a/doc/Thread.3
+++ b/doc/Thread.3
@@ -69,7 +69,7 @@ This procedure will act as the \fBmain()\fR of the newly created
thread. The specified \fIclientData\fR will be its sole argument.
.AP ClientData clientData in
Arbitrary information. Passed as sole argument to the \fIproc\fR.
-.AP int stackSize in
+.AP unsigned stackSize in
The size of the stack given to the new thread.
.AP int flags in
Bitmask containing flags allowing the caller to modify behavior of