1td_ta_setconcurrency(3CT_hDrBe)ads Debugging Library Functtdi_otnas_setconcurrency(3C_DB)
2
3
4

NAME

6       td_ta_setconcurrency - set concurrency level for target process
7

SYNOPSIS

9       cc [ flag... ] file... -lc_db [ library... ]
10       #include <proc_service.h>
11       #include <thread_db.h>
12
13       td_err_e td_ta_setconcurrency(const td_thragent_t *ta_p, int level);
14
15

DESCRIPTION

17       The  td_ta_setconcurrency() function sets the desired concurrency level
18       for the process identified by ta_p to level, just as if a thread within
19       the process had called thr_setconcurrency(3C).
20

RETURN VALUES

22       TD_OK       The call completed successfully.
23
24
25       TD_BADTA    An invalid internal process handle was passed in.
26
27
28       TD_BADPH    There  is  a  NULL  external process handle associated with
29                   this internal process handle. TD_NOCAPAB The client did not
30                   implement  the  ps_kill(3PROC)  function  in  the  imported
31                   interface.
32
33
34       TD_DBERR    A call to one of the imported interface routines failed.
35
36
37       TD_ERR      A libc_db internal error occurred.
38
39

ATTRIBUTES

41       See attributes(5) for description of the following attributes:
42
43
44
45
46       ┌─────────────────────────────┬─────────────────────────────┐
47       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
48       ├─────────────────────────────┼─────────────────────────────┤
49       │MT-Level                     │Safe                         │
50       └─────────────────────────────┴─────────────────────────────┘
51

SEE ALSO

53       libc_db(3LIB), ps_kill(3PROC), thr_setconcurrency(3C), attributes(5)
54
55
56
57SunOS 5.11                        20 Oct 1998      td_ta_setconcurrency(3C_DB)
Impressum