Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../usr/man/man3c_db/td_thr_validate.3c_db
Real path: /usr/share/man/man3c_db/td_thr_validate.3c_db
Zurück
'\" te .\" Copyright (c) 1998, Oracle and/or its affiliates. All rights reserved. .TH td_thr_validate 3C_DB "20 Oct 1998" "Oracle Solaris 11.4" "Threads Debugging Library Functions" .SH NAME td_thr_validate \- test a thread handle for validity .SH SYNOPSIS .LP .nf cc [ \fIflag\fR... ] \fIfile\fR... -lc_db [ \fIlibrary\fR... ] #include <proc_service.h> #include <thread_db.h> \fBtd_err_e\fR \fBtd_thr_validate\fR(\fBconst td_thrhandle_t *\fR\fIth_p\fR); .fi .SH DESCRIPTION .sp .LP The \fBtd_thr_validate()\fR function tests whether \fIth_p\fR is a valid thread handle. A valid thread handle can become invalid if its thread exits. .SH RETURN VALUES .sp .ne 2 .mk .na \fB\fBTD_OK\fR\fR .ad .RS 12n .rt The call completed successfully. \fIth_p\fR is a valid thread handle. .RE .sp .ne 2 .mk .na \fB\fBTD_BADTH\fR\fR .ad .RS 12n .rt \fIth_p\fR was \fINULL.\fR .RE .sp .ne 2 .mk .na \fB\fBTD_DBERR\fR\fR .ad .RS 12n .rt A call to one of the imported interface routines failed. .RE .sp .ne 2 .mk .na \fB\fBTD_NOTHR\fR\fR .ad .RS 12n .rt \fIth_p\fR is not a valid thread handle. .RE .sp .ne 2 .mk .na \fB\fBTD_ERR\fR\fR .ad .RS 12n .rt A \fBlibc_db\fR internal error occurred. .RE .SH ATTRIBUTES .sp .LP See \fBattributes\fR(7) for description of the following attributes: .sp .TS tab( ) box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) . ATTRIBUTE TYPE ATTRIBUTE VALUE _ MT-Level Safe .TE .sp .SH SEE ALSO .sp .LP \fBlibc_db\fR(3LIB), \fBattributes\fR(7)