P99
Related Functions

#include <p99_iterator.h>

Related Functions

(Note that these are not member functions.)

void p99_event_destroy (p99_event *p00_e)
 destroy an event More...
 
p99_eventp99_event_init (p99_event *p00_e, unsigned p00_n)
 Initialize an event. More...
 
voidp99_event_next (p99_event volatile *p00_e)
 Block until an event has been signaled that has not yet been accounted for. More...
 
void p99_event_signal (p99_event volatile *p00_e, void *p00_w)
 Signal the event. p00_w. More...
 

Detailed Description

Definition at line 123 of file p99_iterator.h.


The documentation for this struct was generated from the following file: