Searched defs:server_thread (Results 1 - 2 of 2) sorted by path

/external/chromium_org/net/socket/
H A Dunix_domain_listen_socket_posix_unittest.cc292 const scoped_ptr<base::Thread> server_thread = CreateAndRunServerThread(); local
319 const scoped_ptr<base::Thread> server_thread = CreateAndRunServerThread(); local
/external/fio/
H A Dgfio.c460 static void *server_thread(void *arg) function
473 pthread_create(&ui->server_t, NULL, server_thread, NULL);

Completed in 269 milliseconds