HomeSort by relevance Sort by last modified time
    Searched full:server_thread (Results 1 - 2 of 2) sorted by null

  /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 115 milliseconds