class_mutex.rst 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead.
  3. .. _class_Mutex:
  4. Mutex
  5. =====
  6. **Inherits:** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
  7. **Category:** Core
  8. Brief Description
  9. -----------------
  10. Member Functions
  11. ----------------
  12. +--------+----------------------------------------------------+
  13. | void | :ref:`lock<class_Mutex_lock>` **(** **)** |
  14. +--------+----------------------------------------------------+
  15. | Error | :ref:`try_lock<class_Mutex_try_lock>` **(** **)** |
  16. +--------+----------------------------------------------------+
  17. | void | :ref:`unlock<class_Mutex_unlock>` **(** **)** |
  18. +--------+----------------------------------------------------+
  19. Member Function Description
  20. ---------------------------
  21. .. _class_Mutex_lock:
  22. - void **lock** **(** **)**
  23. .. _class_Mutex_try_lock:
  24. - Error **try_lock** **(** **)**
  25. .. _class_Mutex_unlock:
  26. - void **unlock** **(** **)**