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

« back to all changes in this revision

Viewing changes to doc/ck_ring_enqueue_spmc

  • 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:
42
42
.Fa entry
43
43
into the bounded buffer pointed to by
44
44
.Fa ring
45
 
in FIFO fashion. 
 
45
in FIFO fashion.
46
46
The buffer pointed to by
47
47
.Fa buffer
48
48
must be unique to
88
88
        }
89
89
 
90
90
        /* Enqueue operation completed successfully. */
91
 
        return; 
 
91
        return;
92
92
}
93
93
.Ed
94
94
.Sh RETURN VALUES
95
 
The function returns true if the value of 
 
95
The function returns true if the value of
96
96
.Fa entry
97
97
was successfully enqueued into
98
98
.Fa ring .