Searched defs:_Lock (Results 1 – 1 of 1) sorted by relevance
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