115 mOSDep->LockSpinlock(mLock);
120 mOSDep->UnlockSpinlock(mLock);
This structure contains pointer to OS dependant functions.
Definition: OSDep.h:178
void UnlockFromThread(uint32_t aFlags)
Unlock.
void Unlock()
Unlock.
Definition: SpinLock.h:118
void SetLock(void *aLock)
Set the OS dependant lock instance.
SpinLock interface.
Definition: SpinLock.h:36
uint32_t LockFromThread()
Lock.
void Lock()
Lock.
Definition: SpinLock.h:113
void SetOSDep(OpenNetK_OSDep *aOSDep)
Set the OS dependant function table.