thread_atexit_fn
struct thread_atexit_fn *fnp = tib->tib_atexit;
struct thread_atexit_fn *next;
struct thread_atexit_fn *fnp;
fnp = calloc(1, sizeof(struct thread_atexit_fn));