예제 #1
0
static int gcry_requiem_mutex_destroy(void **lock)
{
        return glthread_lock_destroy(*lock);
}
예제 #2
0
static int gcry_prelude_mutex_destroy(void **lock)
{
        return glthread_lock_destroy(*lock);
}