Searched refs:plnew (Results 1 – 2 of 2) sorted by relevance
/third_party/toybox/porting/liteos_a/toys/posix/ |
D | ps.c | 1323 } plist[2], *plold, *plnew, old, new, mix; in top_common() local 1349 plnew = plist+(tock&1); in top_common() 1350 plnew->whence = millitime(); in top_common() 1354 plnew->tb = collate(plnew->count = TT.kcount, dt); in top_common() 1373 new = *plnew; in top_common()
|
/third_party/toybox/toys/posix/ |
D | ps.c | 1466 } plist[2], *plold, *plnew, old, new, mix; in top_common() local 1492 plnew = plist+(tock&1); in top_common() 1493 plnew->whence = millitime(); in top_common() 1497 plnew->tb = collate(plnew->count = TT.kcount, dt); in top_common() 1516 new = *plnew; in top_common()
|