Xmipp  v3.23.11-Nereus
Public Attributes | List of all members
mybarrier_t Struct Reference

#include <xmipp_threads.h>

Public Attributes

int needed
 How many threads should be awaited. More...
 
int called
 How many threads already arrived. More...
 
pthread_mutex_t mutex
 Mutex to update this structure. More...
 
pthread_cond_t cond
 Condition on which the threads are waiting. More...
 

Detailed Description

Barrier structure

Definition at line 472 of file xmipp_threads.h.

Member Data Documentation

◆ called

int mybarrier_t::called

How many threads already arrived.

Definition at line 477 of file xmipp_threads.h.

◆ cond

pthread_cond_t mybarrier_t::cond

Condition on which the threads are waiting.

Definition at line 481 of file xmipp_threads.h.

◆ mutex

pthread_mutex_t mybarrier_t::mutex

Mutex to update this structure.

Definition at line 479 of file xmipp_threads.h.

◆ needed

int mybarrier_t::needed

How many threads should be awaited.

Definition at line 475 of file xmipp_threads.h.


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