Searched refs:_Lock (Results 1 – 6 of 6) sorted by relevance
/external/libcxx/include/ |
D | condition_variable | 130 template <class _Lock> 131 void wait(_Lock& __lock); 132 template <class _Lock, class _Predicate> 133 void wait(_Lock& __lock, _Predicate __pred); 135 template <class _Lock, class _Clock, class _Duration> 137 wait_until(_Lock& __lock, 140 template <class _Lock, class _Clock, class _Duration, class _Predicate> 142 wait_until(_Lock& __lock, 146 template <class _Lock, class _Rep, class _Period> 148 wait_for(_Lock& __lock, [all …]
|
/external/valgrind/main/helgrind/ |
D | hg_lock_n_thread.h | 122 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.c | 26 # 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/chromium_org/third_party/webrtc/modules/audio_device/win/ |
D | audio_device_core_win.cc | 2828 _Lock(); in StopRecording() 2889 _Lock(); in StopRecording() 3312 _Lock(); in DoGetCaptureVolumeThread() 3356 _Lock(); in DoSetCaptureVolumeThread() 3415 _Lock(); in DoRenderThread() 3512 _Lock(); in DoRenderThread() 3557 _Lock(); in DoRenderThread() 3634 _Lock(); in DoRenderThread() 3812 _Lock(); in DoCaptureThreadPollDMO() 3890 _Lock(); in DoCaptureThread() [all …]
|
D | audio_device_core_win.h | 239 void _Lock() { _critSect.Enter(); }; in _Lock() function
|
/external/qemu/audio/ |
D | dsound_template.h | 85 hr = glue (IFACE, _Lock) ( in glue()
|