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
181 postdelay = 0 variable in SystemValues5546 if(count == sv.execcount and sv.postdelay > 0):5547 sv.fsetVal('WAIT %d' % sv.postdelay, 'trace_marker')5548 time.sleep(sv.postdelay/1000.0)6575 sysvals.postdelay = getArgInt('postdelay', value, 0, 60000, False)6808 sysvals.postdelay = getArgInt('-postdelay', args, 0, 60000)