Home
last modified time | relevance | path

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

/external/valgrind/main/helgrind/
Dhg_lock_n_thread.h122 struct _Lock { struct
124 struct _Lock* admin_next; /* fields for a double linked */ argument
125 struct _Lock* admin_prev; /* list of these locks */ argument
/external/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
/external/qemu/audio/
Ddsound_template.h85 hr = glue (IFACE, _Lock) ( in glue()