Exemplo n.º 1
0
/* Destructor for struct eh_context. */
static void
eh_context_free (void *ptr)
{
  __gthread_key_dtor (eh_context_key, ptr);
  if (ptr)
    free (ptr);
}
Exemplo n.º 2
0
static void
fc_key_dtor (void *ptr)
{
  __gthread_key_dtor (fc_key, ptr);
}