Home
last modified time | relevance | path

Searched defs:mutexattr_wrapper (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/interprocess/sync/posix/
Dpthread_helpers.hpp36 struct mutexattr_wrapper struct
39 mutexattr_wrapper(bool recursive = false) in mutexattr_wrapper() function
49 ~mutexattr_wrapper() { pthread_mutexattr_destroy(&m_attr); } in ~mutexattr_wrapper()
52 operator pthread_mutexattr_t&() { return m_attr; } in operator pthread_mutexattr_t&()
54 pthread_mutexattr_t m_attr;