Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Datexit.c104 atexit_root_t *arp; in __cxa_atexit()
141 atexit_root_t *arp = &curthread->ul_uberdata->atexit_root; in __cxa_finalize()
175 atexit_root_t *arp = &curthread->ul_uberdata->atexit_root; in _exithandle()
187 atexit_root_t *arp = &curthread->ul_uberdata->atexit_root; in _get_exit_frame_monitor()
328 atexit_root_t *arp = &curthread->ul_uberdata->atexit_root; in _preexec_exit_handlers()
/illumos-gate/usr/src/lib/libc/inc/
H A Dthr_uberdata.h892 } atexit_root_t; typedef
951 atexit_root_t atexit_root;