From 7f3caba522f4d24764f29d83aa2de9198bb7f01c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 24 May 2024 06:52:22 +0200 Subject: Adding upstream version 6.8. Signed-off-by: Daniel Baumann --- man3/pthread_testcancel.3 | 64 ----------------------------------------------- 1 file changed, 64 deletions(-) delete mode 100644 man3/pthread_testcancel.3 (limited to 'man3/pthread_testcancel.3') diff --git a/man3/pthread_testcancel.3 b/man3/pthread_testcancel.3 deleted file mode 100644 index 796c7a3..0000000 --- a/man3/pthread_testcancel.3 +++ /dev/null @@ -1,64 +0,0 @@ -'\" t -.\" Copyright (c) 2008 Linux Foundation, written by Michael Kerrisk -.\" -.\" -.\" SPDX-License-Identifier: Linux-man-pages-copyleft -.\" -.TH pthread_testcancel 3 2023-10-31 "Linux man-pages 6.7" -.SH NAME -pthread_testcancel \- request delivery of any pending cancelation request -.SH LIBRARY -POSIX threads library -.RI ( libpthread ", " \-lpthread ) -.SH SYNOPSIS -.nf -.B #include -.P -.B void pthread_testcancel(void); -.fi -.SH DESCRIPTION -Calling -.BR pthread_testcancel () -creates a cancelation point within the calling thread, -so that a thread that is otherwise executing code that contains -no cancelation points will respond to a cancelation request. -.P -If cancelability is disabled (using -.BR pthread_setcancelstate (3)), -or no cancelation request is pending, -then a call to -.BR pthread_testcancel () -has no effect. -.SH RETURN VALUE -This function does not return a value. -If the calling thread is canceled as a consequence of a call -to this function, then the function does not return. -.SH ERRORS -This function always succeeds. -.SH ATTRIBUTES -For an explanation of the terms used in this section, see -.BR attributes (7). -.TS -allbox; -lbx lb lb -l l l. -Interface Attribute Value -T{ -.na -.nh -.BR pthread_testcancel () -T} Thread safety MT-Safe -.TE -.SH STANDARDS -POSIX.1-2008. -.SH HISTORY -glibc 2.0. -POSIX.1-2001. -.SH EXAMPLES -See -.BR pthread_cleanup_push (3). -.SH SEE ALSO -.BR pthread_cancel (3), -.BR pthread_cleanup_push (3), -.BR pthread_setcancelstate (3), -.BR pthreads (7) -- cgit v1.2.3