Query: sbbarrier
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SbBarrier(3) Coin SbBarrier(3)NAMESbBarrier - The SbBarrier class implements the 'barrier' multi-thread synchronization technique. A barrier is a synchronization mechanism that is used for blocking threads as they enter the barrier until a given number of threads are blocked, at which point all the threads are released again.SYNOPSIS#include <Inventor/threads/SbBarrier.h> Public Member Functions SbBarrier (unsigned int count) ~SbBarrier (void) int enter (void) Detailed Description The SbBarrier class implements the 'barrier' multi-thread synchronization technique. A barrier is a synchronization mechanism that is used for blocking threads as they enter the barrier until a given number of threads are blocked, at which point all the threads are released again. Constructor & Destructor Documentation SbBarrier::SbBarrier (unsigned intcount) [inline] Constructor. The SbBarrier will be set for count number of threads. SbBarrier::~SbBarrier (void) [inline] Destructor. Member Function Documentation int SbBarrier::enter (void) [inline] This method blocks the calling thread on this barrier. It returns when the given number of threads have been blocked. 1 is returned if the caller was the last thread to enter the barrier, 0 otherwise. Author Generated automatically by Doxygen for Coin from the source code. Version 3.1.3 Wed May 23 2012 SbBarrier(3)
Related Man Pages |
---|
pthread_barrier_wait(3c) - opensolaris |
threads(3) - minix |
threads(3) - xfree86 |
threads(3) - posix |
threads(3) - ultrix |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Detecting unused variables... |
Find columns in a file based on header and print to new file |
A (ksh) Library For and From UNIX.com |
New UNIX and Linux History Sections |