#include <mutex.h>
Inheritance diagram for synfig::Mutex:

Public Member Functions | |
| Mutex () | |
| ~Mutex () | |
| void | lock () |
| void | unlock () |
| bool | try_lock () |
| bool | is_locked () |
Protected Attributes | |
| void * | blackbox |
Friends | |
| class | RecMutex |
Classes | |
| class | Lock |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6