debian man page for sbcondvar

Query: sbcondvar

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SbCondVar(3)							       Coin							      SbCondVar(3)

NAME
SbCondVar - A class for synchronizing access to global variables. Condition variables are used to protect global variables in an environment where multiple threads are running concurrently.
SYNOPSIS
#include <Inventor/threads/SbCondVar.h> Public Member Functions SbCondVar (void) ~SbCondVar (void) SbBool wait (SbMutex &mutex) SbBool timedWait (SbMutex &mutex, SbTime period) void wakeOne (void) void wakeAll (void) Detailed Description A class for synchronizing access to global variables. Condition variables are used to protect global variables in an environment where multiple threads are running concurrently. Constructor &; Destructor Documentation SbCondVar::SbCondVar (void) [inline] Constructor. SbCondVar::~SbCondVar (void) [inline] Destructor. Member Function Documentation SbBool SbCondVar::wait (SbMutex &mutex) [inline] This method blocks the calling thread until another thread calls wakeOne() or wakeAll() on the SbCondVar object. SbBool SbCondVar::timedWait (SbMutex &mutex, SbTimeperiod) [inline] This method blocks the calling thread until another thread calls wakeOne() or wakeAll() on the object, but if this does not happen within period, the thread is woken again anyways. TRUE is returned when the thread wakes because either wakeOne() or wakeAll() was called, FALSE is returned if the wait times out. void SbCondVar::wakeOne (void) [inline] This method wakes up one of the threads waiting on this SbCondVar. void SbCondVar::wakeAll (void) [inline] This method wakes up all the threads waiting on this SbCondVar. Author Generated automatically by Doxygen for Coin from the source code. Version 3.1.3 Wed May 23 2012 SbCondVar(3)
Related Man Pages
sbcondvar(3) - debian
sbmutex(3) - debian
threads(3) - osf1
threads(3) - posix
threads(3) - ultrix
Similar Topics in the Unix Linux Community
synchronizing multiple threads in unix
variables don't work for inline &quot;su&quot; script
inline code tags
GTK bug? xcb_io.c: 140