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

  /system/bluetooth/tools/
asocket_test.c 317 static void thread_delay_close(struct thread_args *args) { function
431 pthread_create(&thread, NULL, (void *)thread_delay_close, (void *)&args);
socktest.c 331 static void thread_delay_close(struct thread_args *args) { function
445 pthread_create(&thread, NULL, (void *)thread_delay_close, (void *)&args);

Completed in 826 milliseconds