Home
last modified time | relevance | path

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

/third_party/node/src/api/
Dembed_helpers.cc150 bool platform_finished = false; in ~CommonEnvironmentSetup() local
153 }, &platform_finished); in ~CommonEnvironmentSetup()
158 while (!platform_finished) in ~CommonEnvironmentSetup()
/third_party/node/src/
Dnode_worker.cc203 bool platform_finished = false; in ~WorkerThreadData() local
209 }, &platform_finished); in ~WorkerThreadData()
220 while (!platform_finished) { in ~WorkerThreadData()