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

/haiku-buildtools/jam/
H A Dbeos_stat_cache.c50 port_id requestPort = get_server_port(); local
56 if (requestPort < 0)
57 return requestPort;
68 return write_port(requestPort, 0, &request, requestSize);
H A DStatCacheServer.cpp1401 port_id requestPort = *(port_id*)data; local
1412 while (read_request(requestPort, request) == B_OK) {
1428 if (delete_port(requestPort) == B_OK)
1438 port_id requestPort = create_port(1, STAT_CACHE_SERVER_PORT_NAME); local
1439 if (requestPort < 0) {
1441 strerror(requestPort));
1447 B_NORMAL_PRIORITY, &requestPort);
1456 delete_port(requestPort);

Completed in 49 milliseconds