Home
last modified time | relevance | path

Searched refs:_Lock (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/lib/ucrt/internal/
H A Dlocks.cpp52 extern "C" void __cdecl __acrt_lock(_In_ __acrt_lock_id _Lock) in __acrt_lock() argument
54 EnterCriticalSection(&__acrt_lock_table[_Lock]); in __acrt_lock()
57 extern "C" void __cdecl __acrt_unlock(_In_ __acrt_lock_id _Lock) in __acrt_unlock() argument
59 LeaveCriticalSection(&__acrt_lock_table[_Lock]); in __acrt_unlock()
/reactos/drivers/network/ndis/include/
H A Dndissys.h37 #define ExInterlockedRemoveEntryList(_List,_Lock) \ argument
39 KeAcquireSpinLock(_Lock, &OldIrql); \
41 KeReleaseSpinLock(_Lock, OldIrql); \
/reactos/sdk/include/c++/stlport/stl/debug/
H A D_debug.c26 # define _STLP_ACQUIRE_LOCK(_Lock) _Lock._M_acquire_lock(); argument
27 # define _STLP_RELEASE_LOCK(_Lock) _Lock._M_release_lock(); argument
29 # define _STLP_ACQUIRE_LOCK(_Lock) ((_STLP_mutex&)_Lock)._M_acquire_lock(); argument
30 # define _STLP_RELEASE_LOCK(_Lock) ((_STLP_mutex&)_Lock)._M_release_lock(); argument
33 # define _STLP_ACQUIRE_LOCK(_Lock) argument
34 # define _STLP_RELEASE_LOCK(_Lock) argument
/reactos/sdk/include/crt/
H A Dyvals.h220 #define _BEGIN_LOCK(_Kind) { _STD _Lockit _Lock(_Kind);
230 void __thiscall _Lock();