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"
8 td_ta_setconcurrency \- set concurrency level for target process
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);
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).
32 The call completed successfully.
41 An invalid internal process handle was passed in.
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.
61 A call to one of the imported interface routines failed.
70 A \fBlibc_db\fR internal error occurred.
76 See \fBattributes\fR(5) for description of the following attributes:
84 ATTRIBUTE TYPE ATTRIBUTE VALUE
92 \fBlibc_db\fR(3LIB), \fBps_kill\fR(3PROC), \fBthr_setconcurrency\fR(3C),