8322 nl: misleading-indentation
[unleashed/tickless.git] / usr / src / man / man3c_db / td_ta_setconcurrency.3c_db
blobcda1d2742af1b8eeee082e8cd3e72349d486f1e8
1 '\" te
2 .\"  Copyright (c) 1998 Sun Microsystems, Inc.  All Rights Reserved
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH TD_TA_SETCONCURRENCY 3C_DB "Oct 20, 1998"
7 .SH NAME
8 td_ta_setconcurrency \- set concurrency level for target process
9 .SH SYNOPSIS
10 .LP
11 .nf
12 cc [ \fIflag\fR... ] \fIfile\fR... -lc_db [ \fIlibrary\fR... ]
13 #include <proc_service.h>
14 #include <thread_db.h>
16 \fBtd_err_e\fR \fBtd_ta_setconcurrency\fR(\fBconst td_thragent_t *\fR\fIta_p\fR, \fBint\fR \fIlevel\fR);
17 .fi
19 .SH DESCRIPTION
20 .sp
21 .LP
22 The \fBtd_ta_setconcurrency()\fR function sets the desired concurrency level
23 for the process identified by \fIta_p\fR to level, just as if a thread within
24 the process had called \fBthr_setconcurrency\fR(3C).
25 .SH RETURN VALUES
26 .sp
27 .ne 2
28 .na
29 \fB\fBTD_OK\fR\fR
30 .ad
31 .RS 12n
32 The call completed successfully.
33 .RE
35 .sp
36 .ne 2
37 .na
38 \fB\fBTD_BADTA\fR\fR
39 .ad
40 .RS 12n
41 An invalid internal process handle was passed in.
42 .RE
44 .sp
45 .ne 2
46 .na
47 \fB\fBTD_BADPH\fR\fR
48 .ad
49 .RS 12n
50 There is a \fINULL\fR external process handle associated with this internal
51 process handle. \fBTD_NOCAPAB\fR The client did not implement the
52 \fBps_kill\fR(3PROC) function in the imported interface.
53 .RE
55 .sp
56 .ne 2
57 .na
58 \fB\fBTD_DBERR\fR\fR
59 .ad
60 .RS 12n
61 A call to one of the imported interface routines failed.
62 .RE
64 .sp
65 .ne 2
66 .na
67 \fB\fBTD_ERR\fR\fR
68 .ad
69 .RS 12n
70 A \fBlibc_db\fR internal error occurred.
71 .RE
73 .SH ATTRIBUTES
74 .sp
75 .LP
76 See \fBattributes\fR(5) for description of the following attributes:
77 .sp
79 .sp
80 .TS
81 box;
82 c | c
83 l | l .
84 ATTRIBUTE TYPE  ATTRIBUTE VALUE
86 MT-Level        Safe
87 .TE
89 .SH SEE ALSO
90 .sp
91 .LP
92 \fBlibc_db\fR(3LIB), \fBps_kill\fR(3PROC), \fBthr_setconcurrency\fR(3C),
93 \fBattributes\fR(5)