Searched refs:server_started (Results 1 – 9 of 9) sorted by relevance
/external/autotest/site_utils/ |
D | 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): argument 72 server_started.value = True
|
D | 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): argument 156 server_started.value = True
|
/external/ltp/testcases/network/tcp_cmds/sendfile/ |
D | sendfile01 | 65 server_started=1 101 [ -n "$server_started" ] && tst_rhost_run -s -c "pkill $SERVER"
|
/external/grpc-grpc/test/cpp/interop/ |
D | server_helper.h | 60 bool server_started = false; member
|
D | interop_server.cc | 367 server_started_condition->server_started = true; in RunServer()
|
/external/python/cpython2/Lib/test/ |
D | 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/ |
D | multi_worker_test_base.py | 375 thread_local.server_started = True
|
/external/python/cpython3/Lib/test/ |
D | test_httpservers.py | 51 self.test_object.server_started.set() 67 self.server_started = threading.Event() 70 self.server_started.wait()
|
/external/tensorflow/tensorflow/python/distribute/ |
D | distribute_coordinator.py | 402 _thread_local.server_started = True
|