comparison BlockingQueue.h @ 34:c5d2f2a94133

updated to fixed versions from MC_shared brch, then removed VMS_ from malloc
author Some Random Person <seanhalle@yahoo.com>
date Wed, 14 Mar 2012 23:02:28 -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