Home
last modified time | relevance | path

Searched refs:req_handler_thread (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/ofed/librdmacm/examples/
H A Dcmtime.c241 static void *req_handler_thread(void *arg) in req_handler_thread() function
445 ret = pthread_create(&req_thread, NULL, req_handler_thread, NULL); in run_server()