From 5a03b41405b94e28de384789c6b5f52ea1317191 Mon Sep 17 00:00:00 2001 From: chris Date: Thu, 16 Dec 1999 22:36:54 +0000 Subject: [PATCH] Document pthread_create(). Reviewed by: jasone --- share/man/man3/pthread.3 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/share/man/man3/pthread.3 b/share/man/man3/pthread.3 index 4e6e56b260a..35a457cab3c 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 -- 2.45.0