Turi Create  4.0
turi::rwlock Class Reference

#include <core/parallel/pthread_tools.hpp>

Public Member Functions

 rwlock (const rwlock &)
 

Detailed Description

Wrapper around pthread's rwlock

Before you use, see parallel_object_intricacies.

Definition at line 654 of file pthread_tools.hpp.

Constructor & Destructor Documentation

◆ rwlock()

turi::rwlock::rwlock ( const rwlock )
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.


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