Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

new_thread_args Struct Reference

Collaboration diagram for new_thread_args:

Collaboration graph
[legend]

Data Fields

gwthread_func_tfunc
void * arg
threadinfoti
int failed

Field Documentation

void* new_thread_args::arg
 

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

Referenced by new_thread(), and spawn_thread().

int new_thread_args::failed
 

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

Referenced by new_thread().

gwthread_func_t* new_thread_args::func
 

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

Referenced by new_thread(), and spawn_thread().

struct threadinfo* new_thread_args::ti
 

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

Referenced by new_thread(), 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.