B2BITS FIX Antenna HFT
1.0.16
|
#include <b2b_platform.h>
Public Member Functions | |
auto_lock_t2 () throw () | |
auto_lock_t2 (lock_t &alock, bool lockNow=true, bool isLocked=false) throw () | |
bool | isLocked () throw () |
void | lock () throw () |
bool | try_lock () throw () |
void | unlock () throw () |
~auto_lock_t2 () throw () | |
Public Attributes | |
lock_t & | lock_ |
|
inline |
|
inlineexplicit |
References auto_lock_t2< lock_t >::lock().
|
inline |
References auto_lock_t2< lock_t >::unlock().
|
inline |
|
inline |
References auto_lock_t2< lock_t >::lock_.
Referenced by auto_lock_t2< lock_t >::auto_lock_t2(), and auto_lock_t2< SPINLOCK_T >::auto_lock_t2().
|
inline |
References auto_lock_t2< lock_t >::lock_.
|
inline |
References auto_lock_t2< lock_t >::lock_.
Referenced by get_object(), auto_lock_t2< lock_t >::~auto_lock_t2(), and auto_lock_t2< SPINLOCK_T >::~auto_lock_t2().
lock_t& auto_lock_t2< lock_t >::lock_ |