
Multiple root objects executed by single thread share a su_port_t object.
Data Fields | |
| unsigned | sup_multishot |
| Multishot operation? | |
| int | sup_n_waits |
| Counter incremented by su_port_register() or su_port_unregister() Active su_wait_t in su_waits. | |
| int | sup_size_waits |
| Size of allocate su_waits. | |
| int | sup_pri_offset |
| Offset to prioritized waits. | |
| int | sup_free_index |
| Number of first free index. | |
| int * | sup_reverses |
| Indices to registrations. | |
| su_wakeup_f * | sup_wait_cbs |
| Reverse index. | |