Übungen zu BS - Dokumentation Aufgabe 6 (WS 2014/15)
Semaphore Elementverzeichnis
Vollständige Aufstellung aller Elemente für Semaphore einschließlich aller geerbten Elemente.
| dequeue() | Queue< Thread > | inlineprotected |
| enqueue(Thread *item) | Queue< Thread > | inlineprotected |
| first() | Queue< Thread > | inlineprotected |
| insert_after(Thread *old_item, Thread *new_item) | Queue< Thread > | inlineprotected |
| insert_first(Thread *item) | Queue< Thread > | inlineprotected |
| p() | Semaphore | |
| Queue() | Queue< Thread > | inlineprotected |
| remove(Thread *customer) | Waitingroom | virtual |
| Queue< Thread >::remove(Thread *item, bool(*cmp)(Thread *, Thread *)=eqCmp) | Queue< Thread > | inlineprotected |
| Semaphore(int c) | Semaphore | inline |
| v() | Semaphore | |
| Waitingroom() (Definiert in Waitingroom) | Waitingroom | inline |
| ~Waitingroom() | Waitingroom | virtual |

