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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/ex_rep/base/
H A Drep_base.c40 thread_t all_thr, conn_thr; local
194 if ((ret = thread_create(&conn_thr, NULL, connect_thread, &ca)) != 0) {
237 if (thread_join(all_thr, &astatus) || thread_join(conn_thr, &cstatus)) {

Completed in 198 milliseconds