| 
    Kannel: Open Source WAP and SMS gateway
    svn-r5336
    
   | 
 
Data Fields | |
| gwthread_func_t * | func | 
| void * | arg | 
| struct threadinfo * | ti | 
| int | failed | 
Definition at line 95 of file gwthread-pthread.c.
| void* new_thread_args::arg | 
Definition at line 98 of file gwthread-pthread.c.
Referenced by gwthread_create_real(), new_thread(), new_thread_cleanup(), and spawn_thread().
| int new_thread_args::failed | 
Definition at line 101 of file gwthread-pthread.c.
Referenced by new_thread(), and spawn_thread().
| gwthread_func_t* new_thread_args::func | 
Definition at line 97 of file gwthread-pthread.c.
Referenced by gwthread_create_real(), new_thread(), and spawn_thread().
| struct threadinfo* new_thread_args::ti | 
Definition at line 99 of file gwthread-pthread.c.
Referenced by new_thread(), new_thread_cleanup(), and spawn_thread().