Lines Matching refs:to
10 * Unless required by applicable law or agreed to in writing, software
26 * This method requests the service to set up a synchronous read/write
30 * client. Server uses this descriptor to set up a FMQ object at its end.
37 * This method requests the service to return an MQDescriptor to
40 * method is to be used to test multiple reader processes.
47 * set up by the service. Client can use it to set up the FMQ at its end.
52 * This method request the service to write into the synchronized read/write
55 * @param count Number to messages to write.
62 * This method request the service to read from the synchronized read/write
65 * @param count Number to messages to read.
72 * This method request the service to write into the unsynchronized flavor
75 * @param count Number to messages to write.
82 * This method request the service to read from the unsynchronized flavor of
85 * @param count Number to messages to read.
92 * This method requests the service to trigger a blocking read.
94 * @param count Number of messages to read.
100 * This method requests the service to trigger a blocking read using
103 * @param count Number of messages to read.
109 * This method requests the service to repeatedly trigger blocking reads.
111 * @param count Number of messages to read in a single blocking read.
112 * @param numIter Number of blocking reads to trigger.