summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorchris <chris@FreeBSD.org>1999-12-16 22:36:54 +0000
committerchris <chris@FreeBSD.org>1999-12-16 22:36:54 +0000
commit5a03b41405b94e28de384789c6b5f52ea1317191 (patch)
treea244fa7ca0747160de01e2e989df97a03767d805 /share
parent395027ca77cd13f1357538ac7a65a9b527d2beff (diff)
downloadFreeBSD-src-5a03b41405b94e28de384789c6b5f52ea1317191.zip
FreeBSD-src-5a03b41405b94e28de384789c6b5f52ea1317191.tar.gz
Document pthread_create().
Reviewed by: jasone
Diffstat (limited to 'share')
-rw-r--r--share/man/man3/pthread.32
1 files changed, 2 insertions, 0 deletions
diff --git a/share/man/man3/pthread.3 b/share/man/man3/pthread.3
index 4e6e56b..35a457c 100644
--- a/share/man/man3/pthread.3
+++ b/share/man/man3/pthread.3
@@ -73,6 +73,8 @@ Compares two thread IDs.
Terminates the calling thread.
.It int Fn pthread_join "pthread_t thread" "void **value_ptr"
Causes the calling thread to wait for the termination of the specified thread.
+.It int Fn pthread_cancel "pthread_t thread"
+Cancels execution of a thread.
.It int Fn pthread_once "pthread_once_t *once_control" "void (*init_routine)(void)"
Calls an initialization routine once.
.It pthread_t Fn pthread_self void
OpenPOWER on IntegriCloud