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

/system/bluetooth/tools/
H A Dsocktest.c50 struct thread_args { struct
331 static void thread_delay_close(struct thread_args *args) {
372 static void thread_accept(struct thread_args *args) {
379 static void thread_connect(struct thread_args *args) {
386 static void thread_delay_close_write(struct thread_args *args) {
395 static void thread_accept_write(struct thread_args *args) {
404 static void thread_delay_connect(struct thread_args *args) {
435 struct thread_args args = {-1, type, 1};
460 struct thread_args args = {-1, type, 0};
488 struct thread_args arg
[all...]
H A Dasocket_test.c51 struct thread_args { struct
317 static void thread_delay_close(struct thread_args *args) {
358 static void thread_accept(struct thread_args *args) {
365 static void thread_connect(struct thread_args *args) {
372 static void thread_delay_close_write(struct thread_args *args) {
381 static void thread_accept_write(struct thread_args *args) {
390 static void thread_delay_connect(struct thread_args *args) {
421 struct thread_args args = {-1, type, 1};
446 struct thread_args args = {-1, type, 0};
474 struct thread_args arg
[all...]
H A Dsock_shutdown_test.c49 struct thread_args { struct
218 static void thread_accept(struct thread_args *args) {
228 struct thread_args args = {-1, type, 0};

Completed in 345 milliseconds