HomeSort by relevance Sort by last modified time
    Searched refs:sleeps (Results 1 - 21 of 21) sorted by null

  /prebuilts/go/darwin-x86/misc/cgo/test/
issue1560.go 25 // of the two sleeps.
45 // bug used to run sleeps in serial, producing a 2*sleepSec-second delay.
46 // we detect if the start times of those sleeps are > 0.5*sleepSec-second.
48 t.Fatalf("parallel %d-second sleeps slept for %f seconds", sleepSec, dt.Seconds())
  /prebuilts/go/linux-x86/misc/cgo/test/
issue1560.go 25 // of the two sleeps.
45 // bug used to run sleeps in serial, producing a 2*sleepSec-second delay.
46 // we detect if the start times of those sleeps are > 0.5*sleepSec-second.
48 t.Fatalf("parallel %d-second sleeps slept for %f seconds", sleepSec, dt.Seconds())
  /external/valgrind/gdbserver_tests/
t.c 34 static int sleeps = 15; variable
88 for (i = 1; i <= sleeps; i++) {
92 i, sleeps);
121 sleeps = atoi(argv[1]);
  /external/ltp/utils/benchmark/kernbench-0.42/
kernbench 184 echo Sleeps `show_statistics $temp_sleeps` >> templog
202 read elapsed_time user_time sys_time percent ctx sleeps <timelog
208 temp_sleeps=`add_data_point $sleeps $temp_sleeps`
  /prebuilts/go/darwin-x86/src/os/exec/
exec_posix_test.go 58 // The sleeps here are unnecessary in the sense that the test
  /prebuilts/go/linux-x86/src/os/exec/
exec_posix_test.go 58 // The sleeps here are unnecessary in the sense that the test
  /prebuilts/go/darwin-x86/src/runtime/
signal_sighandler.go 126 // the relay sleeps for 5 seconds and then does the crash/exit itself.
129 // 5-second sleeps have finished.
time.go 203 // It sleeps until the next event in the tb heap.
os_linux.go 22 // Futexsleep atomically checks if *addr == val and if so, sleeps on addr.
signal_unix.go 443 // and osyield just sleeps briefly rather than letting all other
  /prebuilts/go/linux-x86/src/runtime/
signal_sighandler.go 126 // the relay sleeps for 5 seconds and then does the crash/exit itself.
129 // 5-second sleeps have finished.
time.go 203 // It sleeps until the next event in the tb heap.
os_linux.go 22 // Futexsleep atomically checks if *addr == val and if so, sleeps on addr.
signal_unix.go 443 // and osyield just sleeps briefly rather than letting all other
  /prebuilts/go/darwin-x86/doc/codewalk/
urlpoll.go 79 // Sleep sleeps for an appropriate interval (dependent on error state)
  /prebuilts/go/linux-x86/doc/codewalk/
urlpoll.go 79 // Sleep sleeps for an appropriate interval (dependent on error state)
  /external/autotest/cli/
job_unittest.py 146 u'control_file': u'kernel = \'8210088647656509311.kernel-smp-2.6.18-220.5.x86_64.rpm\'\ndef step_init():\n job.next_step([step_test])\n\ndef step_test():\n job.next_step(\'step0\')\n\ndef step0():\n AUTHOR = "Autotest Team"\n NAME = "Sleeptest"\n TIME = "SHORT"\n TEST_CATEGORY = "Functional"\n TEST_CLASS = "General"\n TEST_TYPE = "client"\n \n DOC = """\n This test simply sleeps for 1 second by default. It\'s a good way to test\n profilers and double check that autotest is working.\n The seconds argument can also be modified to make the machine sleep for as\n long as needed.\n """\n \n job.run_test(\'sleeptest\', seconds = 1)',
166 u'control_file': u'kernel = \'8210088647656509311.kernel-smp-2.6.18-220.5.x86_64.rpm\'\ndef step_init():\n job.next_step([step_test])\n\ndef step_test():\n job.next_step(\'step0\')\n\ndef step0():\n AUTHOR = "Autotest Team"\n NAME = "Sleeptest"\n TIME = "SHORT"\n TEST_CATEGORY = "Functional"\n TEST_CLASS = "General"\n TEST_TYPE = "client"\n \n DOC = """\n This test simply sleeps for 1 second by default. It\'s a good way to test\n profilers and double check that autotest is working.\n The seconds argument can also be modified to make the machine sleep for as\n long as needed.\n """\n \n job.run_test(\'sleeptest\', seconds = 1)',
187 u'control_file': u'kernel = \'8210088647656509311.kernel-smp-2.6.18-220.5.x86_64.rpm\'\ndef step_init():\n job.next_step([step_test])\n\ndef step_test():\n job.next_step(\'step0\')\n\ndef step0():\n AUTHOR = "Autotest Team"\n NAME = "Sleeptest"\n TIME = "SHORT"\n TEST_CATEGORY = "Functional"\n TEST_CLASS = "General"\n TEST_TYPE = "client"\n \n DOC = """\n This test simply sleeps for 1 second by default. It\'s a good way to test\n profilers and double check that autotest is working.\n The seconds argument can also be modified to make the machine sleep for as\n long as needed.\n """\n \n job.run_test(\'sleeptest\', seconds = 1)',
    [all...]
  /prebuilts/go/darwin-x86/doc/progs/
go1.go 178 // sleepUntil sleeps until the specified time. It returns immediately if it's too late.
  /prebuilts/go/linux-x86/doc/progs/
go1.go 178 // sleepUntil sleeps until the specified time. It returns immediately if it's too late.
  /prebuilts/go/darwin-x86/src/cmd/go/
go_test.go 316 // sleep sleeps for one tick, where a tick is a conservative estimate
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
go_test.go 316 // sleep sleeps for one tick, where a tick is a conservative estimate
    [all...]

Completed in 438 milliseconds