Searched refs:tock (Results 1 – 4 of 4) sorted by relevance
68 let tock;70 while (tock = queue.shift()) {71 const asyncId = tock[async_id_symbol];72 emitBefore(asyncId, tock[trigger_async_id_symbol], tock);75 const callback = tock.callback;76 if (tock.args === undefined) {79 const args = tock.args;
1326 unsigned tock = 0; in top_common() local1348 plold = plist+(tock++&1); in top_common()1349 plnew = plist+(tock&1); in top_common()1358 long long *st = stats+8*(tock&1); in top_common()
1469 unsigned tock = 0; in top_common() local1491 plold = plist+(tock++&1); in top_common()1492 plnew = plist+(tock&1); in top_common()1501 long long *st = stats+8*(tock&1); in top_common()
2204 time_t tock = time(NULL); in parallel_transfers() local2205 if(tick != tock) { in parallel_transfers()2207 tick = tock; in parallel_transfers()