Lines Matching refs:pool
22 * use functionality of the specified buffer pool.
27 * Registers a new client and creates IConnection to the buffer pool for
29 * communicate with the buffer pool. Via FMQ IClientManager sends
30 * BufferStatusMesage(s) to the buffer pool.
32 * FMQ is used to send buffer ownership status changes to a buffer pool
33 * from a buffer pool client. A buffer pool synchronizes FMQ messages when
35 * connection and FMQ to communicate with the buffer pool. So sending an
40 * client. FMQ has its own ID from a buffer pool. A client is specified
45 * the transaction ID to fetch a buffer from a buffer pool. Since the
47 * pool must verify the receiver with the transaction ID. In order to
48 * prevent faking a receiver, a connection to a buffer pool from client is
51 * verified with an FMQ message from a buffer pool.
59 * to get shared buffers from the buffer pool.