Lines Matching refs:Stream
122 typedef struct Stream {
128 } Stream;
131 * Values for Stream.state field above.
138 * This catches a freed Stream as long as the memory page is still
149 Stream incoming;
150 Stream outgoing;
278 leaveMutex(Stream *stream)
285 enterMutex(Stream *stream, sys_event_t event)
307 waitForSpace(SharedMemoryConnection *connection, Stream *stream)
325 signalSpace(Stream *stream)
335 waitForData(SharedMemoryConnection *connection, Stream *stream)
353 signalData(Stream *stream)
360 closeStream(Stream *stream, jboolean linger)
400 createStream(char *name, Stream *stream)
440 openStream(Stream *stream)
940 Stream *stream = &connection->outgoing;
965 Stream *stream = &connection->incoming;
990 Stream *stream = &connection->outgoing;
1062 Stream *stream = &connection->incoming;