Turi Create  4.0
turi::semaphore Class Reference

#include <core/parallel/pthread_tools.hpp>

Public Member Functions

 semaphore (const semaphore &)
 

Detailed Description

Wrapper around pthread's semaphore

Before you use, see parallel_object_intricacies.

Definition at line 467 of file pthread_tools.hpp.

Constructor & Destructor Documentation

◆ semaphore()

turi::semaphore::semaphore ( const semaphore )
inline

Copy constructor with does not copy. Do not use! Required for compatibility with some STL implementations (LLVM). which use the copy constructor for vector resize, rather than the standard constructor.

Definition at line 481 of file pthread_tools.hpp.


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