|
virtual void | lock () |
| Lock the mutex, block if locked by someone else.
|
|
virtual void | unlock () |
| Unlock the mutex, let other threads continue.
|
|
virtual Error | try_lock () |
| Attempt to lock the mutex, OK on success, ERROR means it can't lock.
|
|
|
static void | make_default () |
|
static Mutex * | create (bool p_recursive=true) |
| Create a mutex.
|
|
|
static Mutex *(* | create_func )(bool) |
|
The documentation for this class was generated from the following files:
- /Users/huihoo/Downloads/godot-2.0.4-stable/core/os/thread_dummy.h
- /Users/huihoo/Downloads/godot-2.0.4-stable/core/os/thread_dummy.cpp