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

/freebsd-13-stable/contrib/libpcap/testprogs/
H A Dthreadsignaltest.c128 capture_thread_func(THREAD_FUNC_ARG_TYPE arg) function
271 capture_thread = CreateThread(NULL, 0, capture_thread_func, device,
277 status = pthread_create(&capture_thread, NULL, capture_thread_func,

Completed in 54 milliseconds