PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <LockGuard.hpp>
Public Member Functions | |
LockGuard (pthread_mutex_t &mutex) | |
LockGuard (const LockGuard &other)=delete | |
LockGuard & | operator= (const LockGuard &other)=delete |
~LockGuard () | |
Private Attributes | |
pthread_mutex_t & | _mutex |
Definition at line 38 of file LockGuard.hpp.
|
inlineexplicit |
Definition at line 41 of file LockGuard.hpp.
References _mutex, and operator=().
|
delete |
|
inline |
Definition at line 50 of file LockGuard.hpp.
References _mutex.
|
private |
Definition at line 56 of file LockGuard.hpp.
Referenced by LockGuard(), and ~LockGuard().