Synchronization point that can be waited upon when queueing pipelined pulls.
More...
#include <smax.h>
|
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)
|
|
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: