StaticRecMutex.lockFull

Works like calling g_static_rec_mutex_lock() for mutex depth times.

class StaticRecMutex
void
lockFull
(
uint depth
)

Parameters

depth uint

number of times this mutex has to be unlocked to be completely unlocked.

Meta