Sat Aug 6 00:40:08 2011

Asterisk developer's documentation


ast_threadstorage Struct Reference

data for a thread locally stored variable More...

#include <threadstorage.h>


Data Fields

pthread_key_t key
void(* key_init )(void)
pthread_once_t once


Detailed Description

data for a thread locally stored variable

Definition at line 37 of file threadstorage.h.


Field Documentation

pthread_key_t key

The key used to retrieve this thread's data

Definition at line 41 of file threadstorage.h.

Referenced by ast_dynamic_str_thread_build_va().

void(* key_init)(void)

The function that initializes the key

pthread_once_t once

Ensure that the key is only initialized by one thread

Definition at line 39 of file threadstorage.h.


The documentation for this struct was generated from the following file:
Generated on Sat Aug 6 00:40:08 2011 for Asterisk - the Open Source PBX by  doxygen 1.4.7