B2BITS FIX Antenna HFT
1.0.16
|
#include <b2b_platform.h>
Public Member Functions | |
void | fini () throw () |
void | init () throw () |
bool | isLocked () throw () |
void | lock () throw () |
spinlock () | |
bool | try_lock () throw () |
void | unlock () throw () |
~spinlock () | |
Public Attributes | |
SPINLOCK_T | lock_ |
|
inline |
References init().
|
inline |
References fini().
|
inline |
References lock_, and SPINLOCK_FINI.
Referenced by ~spinlock().
|
inline |
References lock_, and SPINLOCK_INIT.
Referenced by spinlock().
|
inline |
References lock_.
|
inline |
References lock_, and SPIN_TRYLOCK.
|
inline |
References lock_, and SPIN_UNLOCK.
SPINLOCK_T spinlock::lock_ |
Referenced by fini(), init(), isLocked(), lock(), try_lock(), and unlock().