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

/freebsd-10.1-release/contrib/ofed/librdmacm/examples/
H A Drping.c114 pthread_t cqthread; member in struct:rping_cb
793 pthread_create(&cb->cqthread, NULL, cq_thread, cb);
805 pthread_cancel(cb->cqthread);
806 pthread_join(cb->cqthread, NULL);
811 pthread_cancel(cb->cqthread);
812 pthread_join(cb->cqthread, NULL);
881 pthread_create(&cb->cqthread, NULL, cq_thread, cb);
1048 pthread_create(&cb->cqthread, NULL, cq_thread, cb);

Completed in 47 milliseconds