Kannel: Open Source WAP and SMS gateway
svn-r5336
|
Data Fields | |
pthread_t | self |
const char * | name |
gwthread_func_t * | func |
long | number |
int | wakefd_recv |
int | wakefd_send |
List * | joiners |
pid_t | pid |
Definition at line 80 of file gwthread-pthread.c.
gwthread_func_t* threadinfo::func |
Definition at line 84 of file gwthread-pthread.c.
Referenced by fill_threadinfo(), and gwthread_join_every().
List* threadinfo::joiners |
Definition at line 91 of file gwthread-pthread.c.
Referenced by alert_joiners(), delete_threadinfo(), fill_threadinfo(), gwthread_join(), and gwthread_join_every().
const char* threadinfo::name |
Definition at line 83 of file gwthread-pthread.c.
Referenced by fill_threadinfo(), gwthread_cancel(), gwthread_join_every(), new_thread(), and new_thread_cleanup().
long threadinfo::number |
Definition at line 85 of file gwthread-pthread.c.
Referenced by delete_threadinfo(), fill_threadinfo(), gwthread_cancel(), gwthread_join(), gwthread_join_every(), gwthread_self(), gwthread_self_ids(), gwthread_wakeup(), new_thread(), and new_thread_cleanup().
pid_t threadinfo::pid |
Definition at line 92 of file gwthread-pthread.c.
Referenced by fill_threadinfo(), gwthread_self_ids(), gwthread_self_pid(), and new_thread().
pthread_t threadinfo::self |
Definition at line 82 of file gwthread-pthread.c.
Referenced by fill_threadinfo(), getthreadinfo(), and gwthread_cancel().
int threadinfo::wakefd_recv |
Definition at line 86 of file gwthread-pthread.c.
Referenced by delete_threadinfo(), fill_threadinfo(), gwthread_poll(), gwthread_pollfd(), gwthread_sleep(), and gwthread_sleep_micro().
int threadinfo::wakefd_send |
Definition at line 87 of file gwthread-pthread.c.
Referenced by delete_threadinfo(), fill_threadinfo(), and gwthread_wakeup().