Home
last modified time | relevance | path

Searched refs:_exthdlr_t (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/lib/libc/port/gen/
H A Datexit.c105 _exthdlr_t *p; in __cxa_atexit()
107 if ((p = lmalloc(sizeof (_exthdlr_t))) == NULL) in __cxa_atexit()
142 _exthdlr_t *p, *o; in __cxa_finalize()
159 lfree(p, sizeof (_exthdlr_t)); in __cxa_finalize()
329 _exthdlr_t *o; /* previous node */ in _preexec_exit_handlers()
330 _exthdlr_t *p; /* this node */ in _preexec_exit_handlers()
357 lfree(p, sizeof (_exthdlr_t)); in _preexec_exit_handlers()
/titanic_44/usr/src/lib/libc/inc/
H A Dthr_uberdata.h869 } _exthdlr_t; typedef
873 _exthdlr_t *head;
883 (sizeof (mutex_t) + sizeof (_exthdlr_t *) + sizeof (void *))];