B2BITS FIX Antenna HFT
1.0.16
|
#include <b2b_platform.h>
Public Member Functions | |
auto_lock_t2 () throw () | |
auto_lock_t2 (SPINLOCK_T &alock, bool lockNow) throw () | |
auto_lock_t2 (SPINLOCK_T &alock, bool lockNow, bool isLocked) throw () | |
bool | isLocked () throw () |
void | lock () throw () |
bool | try_lock () throw () |
void | unlock () throw () |
~auto_lock_t2 () throw () | |
Public Attributes | |
SPINLOCK_T * | lock_ |
|
inline |
|
inlineexplicit |
References auto_lock_t2< lock_t >::lock().
|
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_, and SPIN_LOCK.
|
inline |
References auto_lock_t2< lock_t >::lock_, and SPIN_TRYLOCK.
|
inline |
References auto_lock_t2< lock_t >::lock_, and SPIN_UNLOCK.
SPINLOCK_T* auto_lock_t2< SPINLOCK_T >::lock_ |