Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DFunction.cpp363 static ManagedStatic<sys::SmartRWMutex<true> > GCLock; variable
366 sys::SmartScopedReader<true> Reader(*GCLock); in hasGC()
372 sys::SmartScopedReader<true> Reader(*GCLock); in getGC()
377 sys::SmartScopedWriter<true> Writer(*GCLock); in setGC()
386 sys::SmartScopedWriter<true> Writer(*GCLock); in clearGC()