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

Data Fields

pthread_t self
 
const char * name
 
gwthread_func_tfunc
 
long number
 
int wakefd_recv
 
int wakefd_send
 
Listjoiners
 
pid_t pid
 

Detailed Description

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

Field Documentation

◆ func

gwthread_func_t* threadinfo::func

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

Referenced by fill_threadinfo(), and gwthread_join_every().

◆ joiners

List* threadinfo::joiners

◆ name

const char* threadinfo::name

◆ number

◆ pid

pid_t threadinfo::pid

◆ self

pthread_t threadinfo::self

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

Referenced by fill_threadinfo(), getthreadinfo(), and gwthread_cancel().

◆ wakefd_recv

int threadinfo::wakefd_recv

◆ wakefd_send

int threadinfo::wakefd_send

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

Referenced by delete_threadinfo(), fill_threadinfo(), and gwthread_wakeup().


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.