[asterisk-dev] ast_pthread_create

Gnu Devel gnudevel at yahoo.com.ar
Tue Oct 7 06:20:24 CDT 2008


In file util.h is defined :

#define ast_pthread_create(a, b, c, d)                 \
    ast_pthread_create_stack(a, b, c, d,            \
        0, __FILE__, __FUNCTION__, __LINE__, #c)

I want to use it, but I do not what mean :

__FILE__, __FUNCTION__, __LINE__, #c, etc,

Can you help me?

THX



More information about the asterisk-dev mailing list