smax-clib v0.9
A C/C++ client library for SMA-X
Loading...
Searching...
No Matches
XSyncPoint Struct Reference

Synchronization point that can be waited upon when queueing pipelined pulls. More...

#include <smax.h>

Data Fields

pthread_cond_t * isComplete
 Condition variable that is used for the actual wait.
 
pthread_mutex_t * lock
 Mutex lock.
 
int status
 Synchronization status variable (usually X_INCOMPLETE or X_SUCCESS)
 

Detailed Description

Synchronization point that can be waited upon when queueing pipelined pulls.

See also
smaxCreateSyncPoint()
smaxDestroySyncPoint()
smaxSync()

The documentation for this struct was generated from the following file: