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

/freebsd-9.3-release/tools/tools/netmap/
H A Dpkt-gen.c184 void *(*td_body)(void *); member in struct:glob_arg
1346 if (g->td_body == receiver_body)
1376 if (pthread_create(&t->thread, NULL, g->td_body, t) == -1) {
1456 if (g->td_body == sender_body)
1557 g.td_body = receiver_body;
1604 g.td_body = fn->f;
1834 (g.td_body == sender_body) ? "Sending on" : "Receiving from",
1839 if (g.td_body == sender_body) {
1880 if (g.td_body == sender_body)

Completed in 131 milliseconds