Home
last modified time | relevance | path

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

/external/valgrind/main/drd/tests/
Dmonitor_example.cpp155 class ScopedLock class
158 ScopedLock(Monitor& m) in ScopedLock() function in ScopedLock
/external/llvm/include/llvm/Support/
DMutex.h151 typedef SmartScopedLock<false> ScopedLock; typedef
/external/chromium_org/content/child/npapi/
Dwebplugin_ime_win.h75 explicit ScopedLock(WebPluginIMEWin* instance) : instance_(instance) { in ScopedLock() function
/external/v8/src/
Dplatform.h564 explicit ScopedLock(Mutex* mutex): mutex_(mutex) { in ScopedLock() function
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.h118 typedef GenericScopedLock<MBlock> ScopedLock; typedef