Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ././../../../../../../usr/man/man3dax/dax_thread_fini.3dax
Real path: /usr/share/man/man3dax/dax_thread_fini.3dax
Zurück
'\" te .\" Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved. .TH dax_thread_fini 3DAX "03 Mar 2017" "Oracle Solaris 11.4" "DAX Library Functions" .SH NAME dax_thread_fini \- destroy a command context .SH SYNOPSIS .LP .nf cc [ flag... ] file... -ldax [ library...] #include <dax.h> dax_status_t dax_thread_fini(dax_context_t *\fIctx\fR); .fi .SH DESCRIPTION .sp .LP This function destroys a \fIctx\fR created by the \fBdax_thread_init()\fR function. It terminates requests that are in progress in any queue created for \fIctx\fR. .sp .LP If the function returns an error, \fIctx\fR is not destroyed. .SH RETURN VALUES .sp .ne 2 .mk .na \fB\fBDAX_SUCCESS\fR\fR .ad .RS 15n .rt Operation completed successfully .RE .sp .ne 2 .mk .na \fB\fBDAX_ETHREAD\fR\fR .ad .RS 15n .rt The calling thread did not create \fIctx\fR .RE .SH ATTRIBUTES .sp .LP See \fBattributes\fR(7) for descriptions of the following attributes: .sp .TS tab( ) box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) . ATTRIBUTE TYPE ATTRIBUTE VALUE _ Availability system/library _ Interface Stability Committed .TE .sp .SH SEE ALSO .sp .LP \fBdax_thread_init\fR(3DAX)