Searched refs:AfterThreadPoolWork (Results 1 – 7 of 7) sorted by relevance
/third_party/node/src/ | ||
D | threadpoolwork-inl.h | 57 self->AfterThreadPoolWork(status); in ScheduleWork() |
D | node_blob.h | 121 void AfterThreadPoolWork(int status) override; |
D | node_internals.h | 274 virtual void AfterThreadPoolWork(int status) = 0; |
D | node_blob.cc | 318 void FixedSizeBlobCopyJob::AfterThreadPoolWork(int status) { in AfterThreadPoolWork() function in node::FixedSizeBlobCopyJob |
D | node_zlib.cc | 402 void AfterThreadPoolWork(int status) override { in AfterThreadPoolWork() function in node::__anoncd531f250111::CompressionStream |
D | node_api.cc | 1187 void AfterThreadPoolWork(int status) override { in AfterThreadPoolWork() function in __anon8e1fe26e0b11::uvimpl::Work |
/third_party/node/src/crypto/ | ||
D | crypto_util.h | 357 void AfterThreadPoolWork(int status) override { in AfterThreadPoolWork() function |