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

/haiku-buildtools/jam/
H A DStatCacheServer.h18 port_id replyPort; member in struct:stat_cache_request
H A Dbeos_stat_cache.c51 port_id replyPort = get_reply_port(); local
59 if (replyPort < 0)
60 return replyPort;
66 request.replyPort = replyPort;
76 port_id replyPort = get_reply_port(); local
82 if (replyPort < 0)
83 return replyPort;
87 replySize = port_buffer_size(replyPort);
102 bytesRead = read_port(replyPort,
[all...]
H A DStatCacheServer.cpp1327 return write_port(request.replyPort, 0, &reply, sizeof(reply));
1392 error = write_port(request.replyPort, 0, reply, replySize);

Completed in 21 milliseconds