Public Member Functions | |
| Mutex () | |
| ~Mutex () | |
| void | lock () |
| void | unlock () |
| Mutex () | |
| ~Mutex () | |
| void | lock () |
| void | unlock () |
Private Attributes | |
| pthread_mutex_t | mutex |
Classes | |
| struct | Data |
|
|
Definition at line 69 of file loopcontrol.cpp. References mutex. |
|
|
Definition at line 76 of file loopcontrol.cpp. References mutex. |
|
|
Definition at line 77 of file loopcontrol_threaded.cpp. References mutex. |
|
|
Definition at line 84 of file loopcontrol_threaded.cpp. References mutex. |
|
|
Definition at line 88 of file loopcontrol_threaded.cpp. References mutex. |
|
|
Definition at line 80 of file loopcontrol.cpp. References mutex. Referenced by LoopControl::init(), LoopControl::killTimers(), currentFrameObj::set(), LoopControl::setPosition(), LoopControl::startAudio(), LoopControl::startTimers(), and LoopControl::stop(). |
|
|
Definition at line 92 of file loopcontrol_threaded.cpp. References mutex. |
|
|
Definition at line 84 of file loopcontrol.cpp. References mutex. Referenced by LoopControl::init(), LoopControl::killTimers(), currentFrameObj::set(), LoopControl::setPosition(), LoopControl::startAudio(), LoopControl::startTimers(), and LoopControl::stop(). |
|
|
Definition at line 108 of file loopcontrol_threaded.cpp. |
1.4.2