~ubuntu-branches/ubuntu/saucy/manpages/saucy

« back to all changes in this revision

Viewing changes to man3/pthread_tryjoin_np.3

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2010-11-17 16:35:58 UTC
  • mfrom: (1.1.45 upstream) (2.2.8 sid)
  • Revision ID: james.westby@ubuntu.com-20101117163558-9h3ho5jumqm3rdmd
Tags: 3.27-1ubuntu1
* Merge from Debian unstable; remaining changes:
  - ptrace.2, prctl.2: document Ubuntu-specific PTRACE_ATTACH,
    PR_SET_PTRACER behavior.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
.\" Formatted or processed versions of this manual, if unaccompanied by
22
22
.\" the source, must acknowledge the copyright and authors of this work.
23
23
.\"
24
 
.TH PTHREAD_TRYJOIN_NP 3 2008-11-11 "Linux" "Linux Programmer's Manual"
 
24
.TH PTHREAD_TRYJOIN_NP 3 2010-09-10 "Linux" "Linux Programmer's Manual"
25
25
.SH NAME
26
26
pthread_tryjoin_np, pthread_timedjoin_np \- try to join with a
27
27
terminated thread
28
28
.SH SYNOPSIS
29
29
.nf
30
 
.B #define _GNU_SOURCE
 
30
.BR "#define _GNU_SOURCE" "             /* See feature_test_macros(7) */"
31
31
.B #include <pthread.h>
32
32
 
33
33
.BI "int pthread_tryjoin_np(pthread_t " thread ", void **" retval );
136
136
.BR pthread_exit (3),
137
137
.BR pthreads (7)
138
138
.SH COLOPHON
139
 
This page is part of release 3.26 of the Linux
 
139
This page is part of release 3.27 of the Linux
140
140
.I man-pages
141
141
project.
142
142
A description of the project,