Threads Debugging Library Functions td_init(3C_DB)
NAME
td_init - performs initialization for libc_db library of
interfacesSYNOPSIS
cc [ flag... ] file... -lc_db [ library... ]
#include
#include
td_err_e td_init();
DESCRIPTION
The td_init() function is the global initialization function
for the libc_db() library of interfaces. It must be called
exactly once by any process using the libc_db() library
before any other libc_db() function can be called.
RETURN VALUES
TD_OK The libc_db() library of interfaces successfully
initialized.TD_ERR Initialization failed.
ATTRIBUTES
See attributes(5) for description of the following attri-
butes:____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| MT Level | Safe ||_____________________________|_____________________________|
SEE ALSO
libc_db(3LIB), attributes(5)
SunOS 5.11 Last change: 19 Oct 1998 1