Searched refs:channelID (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Dipcio.h81 int channelID; member in class:IPCrequest
92 int getChannelID () { return channelID; }
105 int getChannelID () { return channelID; }
107 void setChannelID (int c) { channelID = c; }
125 int channelID; member in class:IPCresponse
H A Dipcio.cc70 channelID = chID;
439 channelID = -1;
455 channelID = -1;
683 writeResponseWithHeader (int requestID, int channelID, int responseType, argument
686 if (cancelNeeded (channelID))
689 ipc_trace ("CANCELLING %d %d\n", requestID, channelID);
693 os->setChannelID (channelID);
708 writeAck (int requestID, int channelID) argument
718 int j = channelID;
719 ipc_request_trace (TRACE_LVL_4, "ACK skipped: requestID=%d channelID
730 writeHandshake(int requestID, int channelID) argument
738 writeResponseGeneric(int responseStatus, int requestID, int channelID) argument
972 int channelID = readIVal (NULL); local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A Dipcio.h81 int channelID; member in class:IPCrequest
92 int getChannelID () { return channelID; }
105 int getChannelID () { return channelID; }
107 void setChannelID (int c) { channelID = c; }
125 int channelID; member in class:IPCresponse
H A Dipcio.cc70 channelID = chID;
439 channelID = -1;
455 channelID = -1;
683 writeResponseWithHeader (int requestID, int channelID, int responseType, argument
686 if (cancelNeeded (channelID))
689 ipc_trace ("CANCELLING %d %d\n", requestID, channelID);
693 os->setChannelID (channelID);
708 writeAck (int requestID, int channelID) argument
718 int j = channelID;
719 ipc_request_trace (TRACE_LVL_4, "ACK skipped: requestID=%d channelID
730 writeHandshake(int requestID, int channelID) argument
738 writeResponseGeneric(int responseStatus, int requestID, int channelID) argument
972 int channelID = readIVal (NULL); local
[all...]

Completed in 100 milliseconds