Asterisk - The Open Source Telephony Project GIT-master-a358458
Functions
threadstorage.c File Reference

Debugging support for thread-local-storage objects. More...

#include "asterisk.h"
#include "asterisk/_private.h"
Include dependency graph for threadstorage.c:

Go to the source code of this file.

Functions

void threadstorage_init (void)
 

Detailed Description

Debugging support for thread-local-storage objects.

Author
Kevin P. Fleming kpfle.nosp@m.ming.nosp@m.@digi.nosp@m.um.c.nosp@m.om

Definition in file threadstorage.c.

Function Documentation

◆ threadstorage_init()

void threadstorage_init ( void  )

Provided by threadstorage.c

Definition at line 35 of file threadstorage.c.

36{
37}

Referenced by asterisk_daemon().