方法

GLibStaticRecMutexlock_full

已弃用:2.32 

声明 [src]

void
g_static_rec_mutex_lock_full (
  GStaticRecMutex* mutex,
  guint depth
)

描述 [src]

与连续调用g_static_rec_mutex_lock()对mutex进行深度depth次操作相同。

已弃用:2.32

请使用g_rec_mutex_lock()。

此方法不会直接提供给语言绑定。

参数

depth

类型: guint

要完全解锁此互斥锁需要解锁的次数。