forked from Imagelibrary/rtems
2006-12-20 Joel Sherrill <joel@OARcorp.com>
* posix_users/thread.t: Correct spelling error.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2006-12-20 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* posix_users/thread.t: Correct spelling error.
|
||||||
|
|
||||||
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: New BUG-REPORT address.
|
* configure.ac: New BUG-REPORT address.
|
||||||
|
|||||||
@@ -988,7 +988,7 @@ void pthread_exit(
|
|||||||
|
|
||||||
@subheading DESCRIPTION:
|
@subheading DESCRIPTION:
|
||||||
|
|
||||||
The @code{pthread_exit} routine is used to temrinate the calling thread.
|
The @code{pthread_exit} routine is used to terminate the calling thread.
|
||||||
The @code{status} is made available to any successful join with the
|
The @code{status} is made available to any successful join with the
|
||||||
terminating thread.
|
terminating thread.
|
||||||
|
|
||||||
@@ -1102,7 +1102,7 @@ until @code{thread} terminates. If @code{thread} has already terminated,
|
|||||||
then this routine returns immediately. The value returned by @code{thread}
|
then this routine returns immediately. The value returned by @code{thread}
|
||||||
(i.e. passed to @code{pthread_exit} is returned in @code{value_ptr}.
|
(i.e. passed to @code{pthread_exit} is returned in @code{value_ptr}.
|
||||||
|
|
||||||
When this routine returns, then @code{thread} has been temrinated.
|
When this routine returns, then @code{thread} has been terminated.
|
||||||
|
|
||||||
@subheading NOTES:
|
@subheading NOTES:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user