Searched refs:thread_delay_connect (Results 1 - 2 of 2) sorted by relevance

/system/bluetooth/tools/
H A Dasocket_test.c390 static void thread_delay_connect(struct thread_args *args) { function
657 pthread_create(&t1, NULL, (void *)thread_delay_connect, (void *)&a1);
658 pthread_create(&t2, NULL, (void *)thread_delay_connect, (void *)&a2);
H A Dsocktest.c404 static void thread_delay_connect(struct thread_args *args) { function
729 pthread_create(&t1, NULL, (void *)thread_delay_connect, (void *)&a1);
730 pthread_create(&t2, NULL, (void *)thread_delay_connect, (void *)&a2);

Completed in 1107 milliseconds