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_api.cc | 1186 void AfterThreadPoolWork(int status) override { in AfterThreadPoolWork() function in __anon2b7257620b11::uvimpl::Work |
| D | node_zlib.cc | 402 void AfterThreadPoolWork(int status) override { in AfterThreadPoolWork() function in node::__anon14f432990111::CompressionStream |
| /third_party/node/src/crypto/ | ||
| D | crypto_util.h | 357 void AfterThreadPoolWork(int status) override { in AfterThreadPoolWork() function |