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

  /system/bluetooth/tools/
asocket_test.c 381 static void thread_accept_write(struct thread_args *args) { function
624 pthread_create(&t1, NULL, (void *)thread_accept_write, (void *)&a1);
socktest.c 395 static void thread_accept_write(struct thread_args *args) { function
696 pthread_create(&t1, NULL, (void *)thread_accept_write, (void *)&a1);

Completed in 70 milliseconds