Searched defs:mutexattr_wrapper (Results 1 – 1 of 1) sorted by relevance
36 struct mutexattr_wrapper struct39 mutexattr_wrapper(bool recursive = false) in mutexattr_wrapper() function49 ~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;