Mercurial > cgi-bin > hgwebdir.cgi > VMS > C_Libraries > Queue_impl
comparison BlockingQueue.h @ 7:08f0b4da7610
Works with pin2core.. not sure changes made..
| author | Me |
|---|---|
| date | Wed, 01 Sep 2010 09:16:24 -0700 |
| parents | 228ca5487d81 |
| children | 62326cc8e6f4 b5ae7fbb1f01 |
comparison
equal
deleted
inserted
replaced
| 1:db925ce5603c | 2:d2445bbc0419 |
|---|---|
| 65 void* *endOfData; //set when make queue | 65 void* *endOfData; //set when make queue |
| 66 } | 66 } |
| 67 SRSWQueueStruc; | 67 SRSWQueueStruc; |
| 68 | 68 |
| 69 SRSWQueueStruc* makeSRSWQ(); | 69 SRSWQueueStruc* makeSRSWQ(); |
| 70 void freeSRSWQ( SRSWQueueStruc* Q ); | |
| 70 void* readSRSWQ( SRSWQueueStruc *Q ); | 71 void* readSRSWQ( SRSWQueueStruc *Q ); |
| 71 void writeSRSWQ( void *in, SRSWQueueStruc *Q ); | 72 void writeSRSWQ( void *in, SRSWQueueStruc *Q ); |
| 72 | 73 |
| 73 | 74 |
| 74 //========= non-atomic instr S R M W queue =========== | 75 //========= non-atomic instr S R M W queue =========== |
| 75 typedef | 76 typedef |
| 76 struct | 77 struct |
