Searched hist:251887 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/share/man/man3/
H A Dqueue.3diff 251887 Tue Jun 18 03:12:45 MDT 2013 lstewart Add new FOREACH_FROM variants of the queue(3) FOREACH macros which can
optionally start the traversal from a previously found element by passing the
element in as "var". Passing a NULL "var" retains the same semantics as the
regular FOREACH macros.

Kudos to phk for suggesting the "FROM" suffix instead of my original proposal.

Reviewed by: jhb (previous version), rpaulo
MFC after: 1 week
/freebsd-10.2-release/sys/sys/
H A Dqueue.hdiff 251887 Tue Jun 18 03:12:45 MDT 2013 lstewart Add new FOREACH_FROM variants of the queue(3) FOREACH macros which can
optionally start the traversal from a previously found element by passing the
element in as "var". Passing a NULL "var" retains the same semantics as the
regular FOREACH macros.

Kudos to phk for suggesting the "FROM" suffix instead of my original proposal.

Reviewed by: jhb (previous version), rpaulo
MFC after: 1 week

Completed in 121 milliseconds