shoutonline.cpp File Reference


Classes

struct  Thread_online_Data

Functions

void * thread_online (void *ptr)
int main (int argc, char *argv[])

Variables

bool threadMayStartOnline [NR_ONLINE_THREADS]
bool vtlnThreadFinished
pthread_t threadOnline [NR_ONLINE_THREADS]
Thread_online_Data dataThreadOnline [NR_ONLINE_THREADS]
pthread_mutex_t condition_mutexStartOnline [NR_ONLINE_THREADS]
pthread_cond_t condition_threadStartOnline [NR_ONLINE_THREADS]
pthread_mutex_t condition_mutexDoneOnline
pthread_cond_t condition_threadDoneOnline

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Main function of the shout application.

References APPID_SHOUTONLINE, and ShoutConfig::getStringValue().

Here is the call graph for this function:


Variable Documentation

Referenced by thread_online().

pthread_t threadOnline[NR_ONLINE_THREADS]