Debugging support for thread-local-storage objects. More...
#include "asterisk.h"#include "asterisk/_private.h"
Go to the source code of this file.
Functions | |
| void | threadstorage_init (void) |
Debugging support for thread-local-storage objects.
Definition in file threadstorage.c.
| void threadstorage_init | ( | void | ) |
Provided by threadstorage.c
Definition at line 31 of file threadstorage.c.
Referenced by main().
{
}
1.7.1