MP-Gadget
5.0.1.dev1-76bc7d4726-dirty
|
Public Attributes | |
pthread_spinlock_t * | SpinLocks |
int | NumSpinLock |
Definition at line 11 of file spinlocks.c.
int SpinLocks::NumSpinLock |
Definition at line 18 of file spinlocks.c.
Referenced by free_spinlocks(), and init_spinlocks().
pthread_spinlock_t* SpinLocks::SpinLocks |
Definition at line 14 of file spinlocks.c.
Referenced by free_spinlocks(), init_spinlocks(), lock_spinlock(), try_lock_spinlock(), and unlock_spinlock().