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