pthread_cancel man page on IRIX

Man page or keyword search:  
man Server   31559 pages
apropos Keyword Search (all sections)
Output format
IRIX logo
[printable version]



pthread_cancel(3P)					    pthread_cancel(3P)

NAME
     pthread_cancel - request cancellation of a thread

C SYNOPSIS
     #include <pthread.h>

     int pthread_cancel(pthread_t thread);

DESCRIPTION
     The pthread_cancel() function requests that the thread identified by
     thread be cancelled.  Cancellation state [see pthread_setcancelstate()]
     and type [see pthread_setcanceltype()] determine whether the request is
     acted upon immediately or at some time in the future; pthread_cancel()
     does not wait, it merely issues the request.  When thread does act on the
     request, it will terminate as if it had called pthread_exit() with a
     return status of PTHREAD_CANCELED.

DIAGNOSTICS
     On success pthread_cancel() returns zero; otherwise an error number is
     returned:

     [ESRCH]	    The thread parameter does not identify a thread.

SEE ALSO
     pthread_setcancelstate(3P), pthread_setcanceltype(3P), pthread_exit(3P).

									Page 1

[top]

List of man pages available for IRIX

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net