Threads Debugging Library Functions tdtasetconcurrency(3CDB)
NAME
tdtasetconcurrency - set concurrency level for target pro-
cess
SYNOPSIS
cc [ flag... ] file... -lcdb [ library... ]
#include
#include
tderre tdtasetconcurrency(const tdthragentt *tap, int level);
DESCRIPTION
The tdtasetconcurrency() function sets the desired con-
currency level for the process identified by tap to level,
just as if a thread within the process had called
thrsetconcurrency(3C).
RETURN VALUES
TDOK The call completed successfully.
TDBADTA An invalid internal process handle was passed
in.
TDBADPH There is a NUL external process handle associ-
ated with this internal process handle.
TDNOCAPAB The client did not implement the
pskill(3PROC) function in the imported inter-
face.
TDBER A call to one of the imported interface routines
failed.
TDER A libcdb internal error occurred.
ATRIBUTES
See attributes(5) for description of the following attri-
butes:
SunOS 5.11 Last change: 20 Oct 1998 1
Threads Debugging Library Functions tdtasetconcurrency(3CDB)
ATRIBUTE TYPE ATRIBUTE VALUE
MT-Level Safe
SEE ALSO
libcdb(3LIB), pskill(3PROC), thrsetconcurrency(3C),
attributes(5)
SunOS 5.11 Last change: 20 Oct 1998 2
|