Searched refs:threadcopy (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/ntp/libntp/
H A Dwork_thread.c299 blocking_pipe_header * threadcopy; local
312 threadcopy = emalloc(hdr->octets);
313 memcpy(threadcopy, hdr, sizeof(*hdr));
314 memcpy((char *)threadcopy + sizeof(*hdr), data, payload_octets);
316 return queue_req_pointer(c, threadcopy);

Completed in 85 milliseconds