StaticRecMutex.unlockFull

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 mutex has been locked by the current thread. To restore the state before the call to g_static_rec_mutex_unlock_full() you can call g_static_rec_mutex_lock_full() with the depth returned by this function.

class StaticRecMutex
uint
unlockFull
()

Return Value

Type: uint

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

Meta