Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceGlobalContext.h439 using DestructorArray = std::vector<std::function<void()>>; variable
441 DestructorArray Destructors;
536 LockedPtr<DestructorArray> getDestructors() { in getDestructors()
537 return LockedPtr<DestructorArray>(&Destructors, &DestructorsLock); in getDestructors()
DIceGlobalContext.cpp624 LockedPtr<DestructorArray> Dtors = getDestructors(); in ~GlobalContext()