Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

td_log(3cdb) [opensolaris man page]

td_log(3C_DB)						Threads Debugging Library Functions					     td_log(3C_DB)

NAME
td_log - placeholder for future logging functionality SYNOPSIS
cc [ flag... ] file... -lc_db [ library... ] #include <proc_service.h> #include <thread_db.h> void td_log(void); DESCRIPTION
This function presently does nothing. It is merely a placeholder for future logging functionality in libc_db(3LIB). ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |MT Level |Safe | +-----------------------------+-----------------------------+ SEE ALSO
libc_db(3LIB), attributes(5), threads(5) SunOS 5.11 19 Oct 1998 td_log(3C_DB)

Check Out this Related Man Page

td_init(3C_DB)						Threads Debugging Library Functions					    td_init(3C_DB)

NAME
td_init - performs initialization for libc_db library of interfaces SYNOPSIS
cc [ flag... ] file... -lc_db [ library... ] #include <proc_service.h> #include <thread_db.h> 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 attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |MT Level |Safe | +-----------------------------+-----------------------------+ SEE ALSO
libc_db(3LIB), attributes(5) SunOS 5.10 19 Oct 1998 td_init(3C_DB)
Man Page