Home | History | Annotate | Download | only in server

Lines Matching full:barrier

13 from autotest_lib.client.common_lib import barrier, utils
335 sc_bar is a server barrier and s_bar, c_bar are the normal barriers
354 @param port_base: Port number that is used to derive the actual barrier
370 # The barrier code snippet is prepended into the conrol file
385 # Do the setup and wait at the server barrier
393 'b0 = job.barrier("%s", "sc_bar", %d, port=%d)'
400 # Wait at the server barrier to wait for instance=0
402 b0 = barrier.barrier("PARALLEL_MASTER", "sc_bar", sc_bar_timeout,
407 b1 = barrier.barrier(jobid, "s_bar", s_bar_timeout,
413 b2 = barrier.barrier(jobid, "s_bar", s_bar_timeout, port=s_bar_port)
416 # Client side barrier for all the tests to start at the same time
417 control_new.append('b1 = job.barrier("%s", "c_bar", %d, port=%d)'