P99

◆ p99_event_next()

void * p99_event_next ( p99_event volatile *  p00_e)
related

Block until an event has been signaled that has not yet been accounted for.

Non blocking if enough events already have been signaled.

Remarks
p99_event_next is actually implemented as a macro that helps to provide default arguments to the real function.
See also
P99_CALL_DEFARG
P99_DECLARE_DEFARG

Definition at line 168 of file p99_iterator.h.

References P99_FPRINTF.