Lines Matching defs:complete
1090 Error complete() {
1192 /// AMDGPUStreamTy::complete()
1194 /// AMDGPUStreamTy::complete() in the current implementation.
1206 /// action. This action can only be taken at AMDGPUStreamTy::complete()
1269 // Register a callback to indicate when the kernel is complete.
1496 return complete();
1499 /// Query the stream and complete pending post actions if operations finished.
1509 // The last operation did not complete yet. Return directly.
1514 if (auto Err = complete())
2261 // Return if it the stream did not complete yet.