OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:server_thread
(Results
1 - 6
of
6
) sorted by null
/test/vts/runners/host/tcp_server/
callback_server.py
151
server_thread
= threading.Thread(target=self._server.serve_forever)
152
server_thread
.daemon = True
153
server_thread
.start()
154
logging.info('TcpServer %s started (%s:%s)',
server_thread
.name,
/system/update_engine/scripts/
update_device.py
257
server_thread
= None
278
server_thread
= StartServer(args.otafile)
280
['reverse', 'tcp:%d' % device_port, 'tcp:%d' %
server_thread
.port])
293
if
server_thread
:
294
server_thread
.StopServer()
/external/flatbuffers/grpc/tests/
grpctest.cpp
85
std::thread
server_thread
(RunServer);
118
server_thread
.join();
/external/autotest/client/site_tests/platform_MetricsUploader/
platform_MetricsUploader.py
66
self.
server_thread
= threading.Thread(target=self.serve_forever)
67
self.
server_thread
.start()
76
self.
server_thread
.join()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
TestActivity.java
326
Thread
server_thread
= new Thread(server);
327
server_thread
.start();
/external/fio/
gfio.c
460
static void *
server_thread
(void *arg)
function
473
pthread_create(&ui->server_t, NULL,
server_thread
, NULL);
[
all
...]
Completed in 2312 milliseconds