|
Threads Library Functions | td_log(3THR) |
| td_log - placeholder for future logging functionality |
SYNOPSIS
|
cc [ flag ... ] file ... -lthread_db [ library ... ]
#include <proc_service.h>
#include <thread_db.h> void td_log(); |
|
This function presently
does nothing; it is merely a placeholder for future logging functionality in libthread_db(3THR).
|
|
See attributes(5) for descriptions of the following attributes:
ATTRIBUTE TYPE | ATTRIBUTE VALUE |
MT Level | Safe |
|
| |