Home
last modified time | relevance | path

Searched defs:synchronize (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/src/system_wrappers/source/
Ddata_log.cc123 CriticalSectionScoped synchronize(cells_lock_); in InsertCell() local
133 CriticalSectionScoped synchronize(cells_lock_); in ToString() local
182 CriticalSectionScoped synchronize(table_lock_); in AddColumn() local
199 CriticalSectionScoped synchronize(table_lock_); in InsertCell() local
225 CriticalSectionScoped synchronize(table_lock_); in Flush() local
253 CriticalSectionScoped synchronize(table_lock_); in Flush() local
343 CriticalSectionScoped synchronize(crit_sect_.get()); in CreateLog() local
373 CriticalSectionScoped synchronize(crit_sect_.get()); in ReturnLog() local
383 WriteLockScoped synchronize(*tables_lock_); in AddTable() local
396 ReadLockScoped synchronize(*tables_lock_); in AddColumn() local
[all …]
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGAnimatedPropertyMacros.h56 … void synchronize(Element* ownerElement, const QualifiedName& attrName, const AtomicString& value) in synchronize() function
/external/llvm/examples/ParallelJIT/
DParallelJIT.cpp222 static WaitForThreads synchronize; variable
/external/chromium_org/third_party/WebKit/Tools/qunit/qunit/
Dqunit.js852 function synchronize( callback ) { function