HomeSort by: relevance | last modified time | path
    Searched defs:threadcopy (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/ntp/dist/libntp/
work_thread.c 291 blocking_pipe_header * threadcopy; local
304 threadcopy = emalloc(hdr->octets);
305 memcpy(threadcopy, hdr, sizeof(*hdr));
306 memcpy((char *)threadcopy + sizeof(*hdr), data, payload_octets);
308 return queue_req_pointer(c, threadcopy);

Completed in 24 milliseconds