unlockFull

fun unlockFull(): <Error class: unknown class>(source)

⚠️ Deprecated ⚠️

This is deprecated since version 2.32.

Use g_rec_mutex_unlock()

---

Completely unlocks @mutex. If another thread is blocked in a g_static_rec_mutex_lock() call for @mutex, it will be woken and can lock @mutex itself. This function returns the number of times that

Return

number of times @mutex has been locked by the current thread.