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

  /system/bluetooth/tools/
sock_shutdown_test.c 218 static void thread_accept(struct thread_args *args) { function
238 pthread_create(&thread, NULL, (void *)thread_accept, (void *)&args);
asocket_test.c 358 static void thread_accept(struct thread_args *args) { function
456 pthread_create(&thread, NULL, (void *)thread_accept, (void *)&args);
socktest.c 372 static void thread_accept(struct thread_args *args) { function
470 pthread_create(&thread, NULL, (void *)thread_accept, (void *)&args);

Completed in 311 milliseconds