Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
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