Searched refs:thread_accept (Results 1 - 3 of 3) sorted by relevance

/system/bluetooth/tools/
H A Dsock_shutdown_test.c218 static void thread_accept(struct thread_args *args) { function
238 pthread_create(&thread, NULL, (void *)thread_accept, (void *)&args);
H A Dasocket_test.c358 static void thread_accept(struct thread_args *args) { function
456 pthread_create(&thread, NULL, (void *)thread_accept, (void *)&args);
H A Dsocktest.c372 static void thread_accept(struct thread_args *args) { function
470 pthread_create(&thread, NULL, (void *)thread_accept, (void *)&args);

Completed in 303 milliseconds