Zero  0.1.0
Functions | Variables
shore_client.cpp File Reference

: Implementation base class for Shore clients More...

#include "shore_client.h"

Functions

void shell_expect_clients (int count)
 
void shell_await_clients ()
 
void client_ready ()
 

Variables

static bool _abort_test = false
 
static pthread_mutex_t client_mutex = PTHREAD_MUTEX_INITIALIZER
 
static pthread_cond_t client_cond = PTHREAD_COND_INITIALIZER
 
static int client_needed_count
 

Detailed Description

: Implementation base class for Shore clients

Author
: Ippokratis Pandis, July 2008

Function Documentation

§ client_ready()

void client_ready ( )

§ shell_await_clients()

void shell_await_clients ( )

§ shell_expect_clients()

void shell_expect_clients ( int  count)

Variable Documentation

§ _abort_test

bool _abort_test = false
static

§ client_cond

pthread_cond_t client_cond = PTHREAD_COND_INITIALIZER
static

§ client_mutex

pthread_mutex_t client_mutex = PTHREAD_MUTEX_INITIALIZER
static

§ client_needed_count

int client_needed_count
static