Home
last modified time | relevance | path

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

/third_party/node/benchmark/worker/
Decho.js38 worker.on('online', onOnline);
42 function onOnline() { function
/third_party/node/benchmark/cluster/
Decho.js41 cluster.fork().on('online', onOnline).on('message', onMessage);
43 function onOnline() { function