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

  /external/autotest/site_utils/
rpc_logserver.py 47 server_started = multiprocessing.Value(ctypes.c_bool, False)
50 args=(server_started, port, log_handler))
52 while not server_started.value:
58 def _run(server_started, port, log_handler):
61 @param server_started: True if socket log server is started.
72 server_started.value = True
log_socket_server.py 125 server_started = multiprocessing.Value(ctypes.c_bool, False)
129 args=(server_started, port),
132 while not server_started.value:
139 def _start_server(server_started, port, **kwargs):
142 @param server_started: True if socket log server is started.
156 server_started.value = True
  /external/ltp/testcases/network/tcp_cmds/sendfile/
sendfile01 65 server_started=1
101 [ -n "$server_started" ] && tst_rhost_run -s -c "pkill $SERVER"
  /external/grpc-grpc/test/cpp/interop/
server_helper.h 60 bool server_started = false; member in struct:grpc::testing::interop::ServerStartedCondition
interop_server.cc 367 server_started_condition->server_started = true;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_httpservers.py 59 self.test_object.server_started.set()
74 self.server_started = threading.Event()
77 self.server_started.wait()
  /external/python/cpython2/Lib/test/
test_httpservers.py 60 self.test_object.server_started.set()
76 self.server_started = threading.Event()
79 self.server_started.wait()
  /external/tensorflow/tensorflow/contrib/distribute/python/
multi_worker_test_base.py 373 if not getattr(thread_local, 'server_started', False):
375 thread_local.server_started = True
  /external/python/cpython3/Lib/test/
test_httpservers.py 51 self.test_object.server_started.set()
67 self.server_started = threading.Event()
70 self.server_started.wait()
    [all...]
  /external/tensorflow/tensorflow/python/distribute/
distribute_coordinator.py 402 _thread_local.server_started = True
    [all...]

Completed in 479 milliseconds