示例#1
0
void *wrapper(void *arg) {
  tharg_t *th_arg = (tharg_t*) arg;
  th_arg->result = compteur_gc(th_arg->bloc, th_arg->taille);
  return NULL;
}
示例#2
0
void * wrapper(void *arg){
    ARG->res = compteur_gc(ARG->bloc, ARG->taille);
    return (void*) NULL;
}