Turi Create
4.0
|
#include <core/parallel/pthread_tools.hpp>
Public Member Functions | |
semaphore (const semaphore &) | |
Wrapper around pthread's semaphore
Before you use, see parallel_object_intricacies.
Definition at line 467 of file pthread_tools.hpp.
|
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.