Home
last modified time | relevance | path

Searched refs:tock (Results 1 – 4 of 4) sorted by relevance

/third_party/node/lib/internal/process/
Dtask_queues.js68 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;
/third_party/toybox/porting/liteos_a/toys/posix/
Dps.c1326 unsigned tock = 0; in top_common() local
1348 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()
/third_party/toybox/toys/posix/
Dps.c1469 unsigned tock = 0; in top_common() local
1491 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()
/third_party/curl/src/
Dtool_operate.c2204 time_t tock = time(NULL); in parallel_transfers() local
2205 if(tick != tock) { in parallel_transfers()
2207 tick = tock; in parallel_transfers()