Kannel: Open Source WAP and SMS gateway  svn-r5335
new_thread_args Struct Reference

Data Fields

gwthread_func_tfunc
 
void * arg
 
struct threadinfoti
 
int failed
 

Detailed Description

Definition at line 95 of file gwthread-pthread.c.

Field Documentation

◆ arg

void* new_thread_args::arg

◆ failed

int new_thread_args::failed

Definition at line 101 of file gwthread-pthread.c.

Referenced by new_thread(), and spawn_thread().

◆ func

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().

◆ ti

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().


The documentation for this struct was generated from the following file:
See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.