Home
last modified time | relevance | path

Searched refs:llvm_compiling (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/core/
H A DSkVM.cpp169 std::future<void> llvm_compiling; member
2582 // if the work represented by fImpl->llvm_compiling hasn't finished yet.
3019 fImpl->llvm_compiling = std::async(std::launch::async, [dst = &fImpl->jit_entry,
3034 if (fImpl->llvm_compiling.valid()) {
3035 fImpl->llvm_compiling.wait();

Completed in 7 milliseconds