Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_platform.cc446 bool did_work = false; in FlushForegroundTasksInternal() local
450 did_work = true; in FlushForegroundTasksInternal()
478 did_work = true; in FlushForegroundTasksInternal()
481 return did_work; in FlushForegroundTasksInternal()
/third_party/grpc/test/cpp/end2end/
Dxds_end2end_test.cc474 bool did_work = false; in StreamAggregatedResources() local
481 did_work = true; in StreamAggregatedResources()
566 did_work = true; in StreamAggregatedResources()
603 grpc_timeout_milliseconds_to_deadline(did_work ? 0 : 10); in StreamAggregatedResources()