Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
DRequestTracker.h53 void CloseAll(CloseFunc&& closeFunc) { in CloseAll() argument
63 closeFunc(&it.second); in CloseAll()
/third_party/node/lib/internal/fs/
Dpromises.js402 async function handleFdClose(fileOpPromise, closeFunc) { argument
405 (result) => PromisePrototypeThen(closeFunc(), () => result),
408 closeFunc(),