Searched refs:_Lock (Results 1 – 3 of 3) sorted by relevance
122 struct _Lock { struct124 struct _Lock* admin_next; /* fields for a double linked */ argument125 struct _Lock* admin_prev; /* list of these locks */ argument
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
85 hr = glue (IFACE, _Lock) ( in glue()