Ask a Question | Search PSRCHIVE: |
Home
|
ThreadContext.h Locks the mutex on construction and unlocks on deletion. Definition: ThreadContext.h:56 Lock(ThreadContext *t) The constructor obtains the mutual exclusion lock ... Definition: ThreadContext.h:61 ThreadContext * context The context in which the lock is held. Definition: ThreadContext.h:69 void signal() Signal a condition to a single waiting thread. Definition: ThreadContext.C:74 void broadcast() Signal a condition to all waiting threads. Definition: ThreadContext.C:84 Generated using doxygen 1.8.17
|