~ubuntu-branches/ubuntu/vivid/ck/vivid-proposed

« back to all changes in this revision

Viewing changes to regressions/ck_ring/validate/ck_ring_spmc_template.c

  • Committer: Package Import Robot
  • Author(s): Daniel Pocock
  • Date: 2014-09-10 22:16:03 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20140910221603-bozg1pm8y27b76us
Tags: 0.4.4-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
200
200
                for (j = 0; j < size; j++) {
201
201
                        buffer = _context[context->previous].buffer;
202
202
                        while (CK_RING_DEQUEUE_SPMC(entry,
203
 
                            ring + context->previous, 
 
203
                            ring + context->previous,
204
204
                            buffer, &entry) == false);
205
205
 
206
206
                        if (context->previous != (unsigned int)entry->tid) {