OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Feb 24 08:35:24 UTC 2026