Searched refs:_Lock (Results 1 – 4 of 4) sorted by relevance
52 extern "C" void __cdecl __acrt_lock(_In_ __acrt_lock_id _Lock) in __acrt_lock() argument54 EnterCriticalSection(&__acrt_lock_table[_Lock]); in __acrt_lock()57 extern "C" void __cdecl __acrt_unlock(_In_ __acrt_lock_id _Lock) in __acrt_unlock() argument59 LeaveCriticalSection(&__acrt_lock_table[_Lock]); in __acrt_unlock()
37 #define ExInterlockedRemoveEntryList(_List,_Lock) \ argument39 KeAcquireSpinLock(_Lock, &OldIrql); \41 KeReleaseSpinLock(_Lock, OldIrql); \
26 # define _STLP_ACQUIRE_LOCK(_Lock) _Lock._M_acquire_lock(); argument27 # define _STLP_RELEASE_LOCK(_Lock) _Lock._M_release_lock(); argument29 # define _STLP_ACQUIRE_LOCK(_Lock) ((_STLP_mutex&)_Lock)._M_acquire_lock(); argument30 # define _STLP_RELEASE_LOCK(_Lock) ((_STLP_mutex&)_Lock)._M_release_lock(); argument33 # define _STLP_ACQUIRE_LOCK(_Lock) argument34 # define _STLP_RELEASE_LOCK(_Lock) argument
220 #define _BEGIN_LOCK(_Kind) { _STD _Lockit _Lock(_Kind);230 void __thiscall _Lock();