Searched refs:postdelay (Results 1 – 13 of 13) sorted by relevance
67 postdelay: 0
68 postdelay: 0
67 postdelay: 1000
95 postdelay: 0
186 resume_complete. The predelay and postdelay args allow you to do this. It193 %> sudo ./sleepgraph.py -m mem -rtcwake 15 -x2 -x2delay 1000 -predelay 1000 -postdelay 1000 -proc386 postdelay: 0
182 postdelay = 0 variable in SystemValues5578 if(count == sv.execcount and sv.postdelay > 0):5579 sv.fsetVal('WAIT %d' % sv.postdelay, 'trace_marker')5580 time.sleep(sv.postdelay/1000.0)6631 sysvals.postdelay = getArgInt('postdelay', value, 0, 60000, False)6865 sysvals.postdelay = getArgInt('-postdelay', args, 0, 60000)