Scroom  0.14
anonymous_namespace{helpers.cc} Namespace Reference

Functions

void passImpl (Semaphore *s)
 
void clearImpl (Semaphore *s)
 
void destroyImpl (boost::shared_ptr< void > &p)
 

Function Documentation

◆ clearImpl()

void anonymous_namespace{helpers.cc}::clearImpl ( Semaphore s)
20 { s->V(); }

Referenced by clear().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ destroyImpl()

void anonymous_namespace{helpers.cc}::destroyImpl ( boost::shared_ptr< void > &  p)
22 { p.reset(); }

Referenced by destroy().

Here is the caller graph for this function:

◆ passImpl()

void anonymous_namespace{helpers.cc}::passImpl ( Semaphore s)
18 { s->P(); }

Referenced by pass().

Here is the call graph for this function:
Here is the caller graph for this function:
Scroom::Semaphore::P
void P()
Definition: semaphore.hh:38
Scroom::Semaphore::V
void V()
Definition: semaphore.hh:77