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

  /external/autotest/client/tests/kvm/tests/
migration_multi_host.py 59 test.job.barrier(srchost, 'socket_started', 30).rendezvous(srchost,
72 test.job.barrier(srchost, 'mig_finished', 30).rendezvous(srchost,
79 login_timeout + 30).rendezvous(srchost,
92 mig_timeout + 30).rendezvous(srchost,
  /external/autotest/client/tests/netpipe/
netpipe.py 55 self.job.barrier(server_tag, 'start', 600).rendezvous(*all)
59 self.job.barrier(server_tag, 'stop', 300).rendezvous(*all)
62 self.job.barrier(client_tag, 'start', 600).rendezvous(*all)
67 self.job.barrier(client_tag, 'stop', 300).rendezvous(*all)
  /external/autotest/client/tests/barriertest/
barriertest.py 16 # Basic barrier rendezvous test.
18 listen_server=server).rendezvous(*hostnames)
19 logging.info('1. rendezvous "First" complete.')
29 # A regular rendezvous, this time testing the abort functionality.
33 ).rendezvous(abort=True, *hostnames)
42 raise error.TestFail('Explicit barrier rendezvous abort failed.')
43 logging.info('3. rendezvous(abort=True) complete.')
66 raise error.TestFail('Explicit barrier rendezvous abort failed.')
  /external/autotest/client/tests/profiler_sync/
profiler_sync.py 38 b2.rendezvous(*all_ids)
  /external/autotest/client/tests/netperf2/
netperf2.py 92 600).rendezvous(*all)
96 test_time+300).rendezvous(*all)
103 600).rendezvous(*all)
108 300).rendezvous(*all)
  /external/autotest/client/common_lib/
barrier_unittest.disabled 108 # Basic rendezvous testing
113 # The rendezvous should time out here and throw a
126 # The rendezvous should abort here and throw a
134 # The rendezvous should time out here and throw a
141 # The rendezvous should time out here and throw a
155 # The rendezvous should abort here and throw a
175 b1.rendezvous('127.0.0.1#0', '127.0.0.1#1', abort=abort)
177 b1.rendezvous('127.0.0.1#0', '127.0.0.1#1')
base_barrier_unittest.py 98 # Basic rendezvous testing
103 # The rendezvous should time out here and throw a
116 # The rendezvous should abort here and throw a
124 # The rendezvous should time out here and throw a
131 # The rendezvous should time out here and throw a
145 # The rendezvous should abort here and throw a
165 b1.rendezvous('127.0.0.1#0', '127.0.0.1#1', abort=abort)
167 b1.rendezvous('127.0.0.1#0', '127.0.0.1#1')
base_barrier.py 113 In addition, there is another rendezvous, that makes each slave a server
123 b.rendezvous(CLIENT, SERVER)
129 b.rendezvous(CLIENT, SERVER)
135 abort=True in the rendezvous arguments.
493 def rendezvous(self, *hosts, **dargs): member in class:barrier
  /external/autotest/server/
base_utils.py 379 # rendvstr is a temp holder for the rendezvous list of the processes
409 b1.rendezvous(rendvstr)
414 b2.rendezvous(rendvstr)
419 control_new.append("b1.rendezvous(%s)" % rendvstr)
  /prebuilts/go/darwin-x86/src/sync/
cond.go 12 // Cond implements a condition variable, a rendezvous point
  /prebuilts/go/linux-x86/src/sync/
cond.go 12 // Cond implements a condition variable, a rendezvous point

Completed in 443 milliseconds