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

/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dwork_thread.c301 blocking_pipe_header * threadcopy; local
314 threadcopy = emalloc(hdr->octets);
315 memcpy(threadcopy, hdr, sizeof(*hdr));
316 memcpy((char *)threadcopy + sizeof(*hdr), data, payload_octets);
318 return queue_req_pointer(c, threadcopy);

Completed in 84 milliseconds